ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
dev.txt.php
Go to the documentation of this file.
1<?php exit; ?>
2
3Table:
4il_disk_quota:
5- owner_id (pk)
6- src_type (pk)
7- src_obj_id (pk)
8- src_size
9
10DB Update Initialization:
11#3903 - #3905
12
13Update/Insert entry for an object:
14ilDiskQuotaHandler::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
17Delete entry for an object
18ilDiskQuotaHandler::deleteEntry($a_owner_id, $a_src_obj_type, $a_src_obj_id);
19
20Get total file size for a user:
user()
Definition: user.php:4
exit
Definition: dev.txt.php:1
An exception for terminatinating execution or to throw for unit testing.
static handleEntry($a_owner_id, $a_src_obj_type, $a_src_obj_id, $a_src_filesize)
Update/create owner-related entry of source object.
static deleteEntry($a_owner_id, $a_src_obj_type, $a_src_obj_id)
Delete entry for owner and source object.
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.
static getFilesizeByOwner($a_owner_id)
Get current storage size for owner.