|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilWebDAVRepositoryHelper:Public Member Functions | |
| __construct (ilAccessHandler $access, ilTree $tree, ilRepUtil $repository_util, ilWebDAVLocksRepository $locks_repository) | |
| deleteObject (int $ref_id) | |
| checkAccess (string $permission, int $ref_id) | |
| checkCreateAccessForType (int $ref_id, string $type) | |
| objectWithRefIdExists (int $ref_id) | |
| getObjectIdFromRefId (int $ref_id) | |
| getObjectTitleFromObjId (int $obj_id, bool $escape_forbidden_fileextension=false) | |
| getFilenameWithSanitizedFileExtension (int $obj_id) | |
| getParentOfRefId (int $ref_id) | |
| getObjectTypeFromObjId (int $obj_id) | |
| getObjectTitleFromRefId (int $ref_id, bool $escape_forbidden_fileextension=false) | |
| getObjectTypeFromRefId (int $ref_id) | |
| getChildrenOfRefId (int $ref_id) | |
| updateLocksAfterResettingObject (int $old_obj_id, int $new_obj_id) | |
Protected Member Functions | |
| getRawObjectTitleFromObjId (int $obj_id) | |
Protected Attributes | |
| ilAccessHandler | $access |
| ilTree | $tree |
| ilRepUtil | $repository_util |
| ilWebDAVLocksRepository | $locks_repository |
Definition at line 23 of file class.ilWebDAVRepositoryHelper.php.
| ilWebDAVRepositoryHelper::__construct | ( | ilAccessHandler | $access, |
| ilTree | $tree, | ||
| ilRepUtil | $repository_util, | ||
| ilWebDAVLocksRepository | $locks_repository | ||
| ) |
Definition at line 30 of file class.ilWebDAVRepositoryHelper.php.
References $access, $locks_repository, $repository_util, $tree, and ILIAS\Repository\access().
Here is the call graph for this function:| ilWebDAVRepositoryHelper::checkAccess | ( | string | $permission, |
| int | $ref_id | ||
| ) |
Definition at line 48 of file class.ilWebDAVRepositoryHelper.php.
References $ref_id, and ILIAS\Repository\access().
Referenced by deleteObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWebDAVRepositoryHelper::checkCreateAccessForType | ( | int | $ref_id, |
| string | $type | ||
| ) |
Definition at line 53 of file class.ilWebDAVRepositoryHelper.php.
References $type, and ILIAS\Repository\access().
Here is the call graph for this function:| ilWebDAVRepositoryHelper::deleteObject | ( | int | $ref_id | ) |
Definition at line 38 of file class.ilWebDAVRepositoryHelper.php.
References $ref_id, and checkAccess().
Here is the call graph for this function:| ilWebDAVRepositoryHelper::getChildrenOfRefId | ( | int | $ref_id | ) |
Definition at line 123 of file class.ilWebDAVRepositoryHelper.php.
References $ref_id.
| ilWebDAVRepositoryHelper::getFilenameWithSanitizedFileExtension | ( | int | $obj_id | ) |
Definition at line 79 of file class.ilWebDAVRepositoryHelper.php.
References Vendor\Package\$e, getRawObjectTitleFromObjId(), and ilFileUtils\getValidFilename().
Referenced by getObjectTitleFromObjId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWebDAVRepositoryHelper::getObjectIdFromRefId | ( | int | $ref_id | ) |
Definition at line 63 of file class.ilWebDAVRepositoryHelper.php.
References $ref_id, and ilObject\_lookupObjectId().
Referenced by getObjectTitleFromRefId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWebDAVRepositoryHelper::getObjectTitleFromObjId | ( | int | $obj_id, |
| bool | $escape_forbidden_fileextension = false |
||
| ) |
Definition at line 68 of file class.ilWebDAVRepositoryHelper.php.
References ilObject\_lookupType(), getFilenameWithSanitizedFileExtension(), and getRawObjectTitleFromObjId().
Referenced by getObjectTitleFromRefId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWebDAVRepositoryHelper::getObjectTitleFromRefId | ( | int | $ref_id, |
| bool | $escape_forbidden_fileextension = false |
||
| ) |
Definition at line 107 of file class.ilWebDAVRepositoryHelper.php.
References getObjectIdFromRefId(), and getObjectTitleFromObjId().
Here is the call graph for this function:| ilWebDAVRepositoryHelper::getObjectTypeFromObjId | ( | int | $obj_id | ) |
Definition at line 102 of file class.ilWebDAVRepositoryHelper.php.
References ilObject\_lookupType().
Here is the call graph for this function:| ilWebDAVRepositoryHelper::getObjectTypeFromRefId | ( | int | $ref_id | ) |
Definition at line 114 of file class.ilWebDAVRepositoryHelper.php.
References $ref_id, and ilObject\_lookupType().
Here is the call graph for this function:| ilWebDAVRepositoryHelper::getParentOfRefId | ( | int | $ref_id | ) |
Definition at line 97 of file class.ilWebDAVRepositoryHelper.php.
References $ref_id.
|
protected |
Definition at line 92 of file class.ilWebDAVRepositoryHelper.php.
References ilObject\_lookupTitle().
Referenced by getFilenameWithSanitizedFileExtension(), and getObjectTitleFromObjId().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWebDAVRepositoryHelper::objectWithRefIdExists | ( | int | $ref_id | ) |
Definition at line 58 of file class.ilWebDAVRepositoryHelper.php.
References $ref_id, and ilObject\_exists().
Here is the call graph for this function:| ilWebDAVRepositoryHelper::updateLocksAfterResettingObject | ( | int | $old_obj_id, |
| int | $new_obj_id | ||
| ) |
Definition at line 131 of file class.ilWebDAVRepositoryHelper.php.
|
protected |
Definition at line 25 of file class.ilWebDAVRepositoryHelper.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilWebDAVRepositoryHelper.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilWebDAVRepositoryHelper.php.
Referenced by __construct().
|
protected |
Definition at line 26 of file class.ilWebDAVRepositoryHelper.php.
Referenced by __construct().