ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (string $client_name, ilWebDAVObjFactory $dav_factory, ilWebDAVRepositoryHelper $repository_helper) | |
getName () | |
getChild ($name) | |
getChildren () | |
childExists ($name) | |
getLastModified () | |
Protected Member Functions | |
getRefIdFromName (string $name) | |
Protected Attributes | |
ilWebDAVObjFactory | $dav_factory |
ilWebDAVRepositoryHelper | $repository_helper |
string | $client_name |
string | $name_of_repository_root |
Definition at line 29 of file class.ilDAVClientNode.php.
ilDAVClientNode::__construct | ( | string | $client_name, |
ilWebDAVObjFactory | $dav_factory, | ||
ilWebDAVRepositoryHelper | $repository_helper | ||
) |
Definition at line 39 of file class.ilDAVClientNode.php.
References $client_name, $dav_factory, and $repository_helper.
ilDAVClientNode::childExists | ( | $name | ) |
Definition at line 75 of file class.ilDAVClientNode.php.
References Vendor\Package\$e, $name, $ref_id, getRefIdFromName(), and ROOT_FOLDER_ID.
ilDAVClientNode::getChild | ( | $name | ) |
Definition at line 55 of file class.ilDAVClientNode.php.
References Vendor\Package\$e, $name, $ref_id, getRefIdFromName(), and ROOT_FOLDER_ID.
ilDAVClientNode::getChildren | ( | ) |
Definition at line 70 of file class.ilDAVClientNode.php.
References ROOT_FOLDER_ID.
ilDAVClientNode::getLastModified | ( | ) |
Definition at line 86 of file class.ilDAVClientNode.php.
ilDAVClientNode::getName | ( | ) |
|
protected |
Definition at line 91 of file class.ilDAVClientNode.php.
References $ref_id.
Referenced by childExists(), and getChild().
|
protected |
Definition at line 36 of file class.ilDAVClientNode.php.
Referenced by __construct(), and getName().
|
protected |
Definition at line 34 of file class.ilDAVClientNode.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilDAVClientNode.php.
|
protected |
Definition at line 35 of file class.ilDAVClientNode.php.
Referenced by __construct().