ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
Public Member Functions | |
__construct (protected string $client_name, protected ilWebDAVObjFactory $dav_factory, protected ilWebDAVRepositoryHelper $repository_helper) | |
getName () | |
getChild ($name) | |
getChildren () | |
childExists ($name) | |
getLastModified () | |
Protected Member Functions | |
getRefIdFromName (string $name) | |
Protected Attributes | |
string | $name_of_repository_root = 'ILIAS' |
Definition at line 29 of file class.ilDAVClientNode.php.
ilDAVClientNode::__construct | ( | protected string | $client_name, |
protected ilWebDAVObjFactory | $dav_factory, | ||
protected ilWebDAVRepositoryHelper | $repository_helper | ||
) |
Definition at line 36 of file class.ilDAVClientNode.php.
ilDAVClientNode::childExists | ( | $name | ) |
Definition at line 68 of file class.ilDAVClientNode.php.
References $ref_id, getRefIdFromName(), and ROOT_FOLDER_ID.
ilDAVClientNode::getChild | ( | $name | ) |
Definition at line 48 of file class.ilDAVClientNode.php.
References $ref_id, getRefIdFromName(), and ROOT_FOLDER_ID.
ilDAVClientNode::getChildren | ( | ) |
Definition at line 63 of file class.ilDAVClientNode.php.
References ROOT_FOLDER_ID.
ilDAVClientNode::getLastModified | ( | ) |
Definition at line 87 of file class.ilDAVClientNode.php.
ilDAVClientNode::getName | ( | ) |
Definition at line 43 of file class.ilDAVClientNode.php.
|
protected |
Definition at line 92 of file class.ilDAVClientNode.php.
References $ref_id.
Referenced by childExists(), and getChild().
|
protected |
Definition at line 34 of file class.ilDAVClientNode.php.