ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
dev.txt.php
Go to the documentation of this file.
1 <?php exit; ?>
2 
3 Table:
4 il_disk_quota:
5 - owner_id (pk)
6 - src_type (pk)
7 - src_obj_id (pk)
8 - src_size
9 
10 DB Update Initialization:
11 #3903 - #3905
12 
13 Update/Insert entry for an object:
14 ilDiskQuotaHandler::handleUpdatedSourceObject($a_src_obj_type, $a_src_obj_id, $a_src_filesize, $a_owner_obj_ids = null, $a_is_prtf = false)
15 - calls ilDiskQuotaHandler::handleEntry($a_owner_id, $a_src_obj_type, $a_src_obj_id, $a_src_filesize);
16 
17 Delete entry for an object
18 ilDiskQuotaHandler::deleteEntry($a_owner_id, $a_src_obj_type, $a_src_obj_id);
19 
20 Get total file size for a user:
static handleEntry($a_owner_id, $a_src_obj_type, $a_src_obj_id, $a_src_filesize)
Update/create owner-related entry of source object.
user()
Definition: user.php:4
static deleteEntry($a_owner_id, $a_src_obj_type, $a_src_obj_id)
Delete entry for owner and source object.
exit
Definition: dev.txt.php:1
static getFilesizeByOwner($a_owner_id)
Get current storage size for owner.
font size
Definition: langcheck.php:162
static handleUpdatedSourceObject($a_src_obj_type, $a_src_obj_id, $a_src_filesize, $a_owner_obj_ids=null, $a_is_prtf=false)
Find and update/create all related entries for source object.