|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilDAVClientNode:
Collaboration diagram for ilDAVClientNode: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.
Here is the call graph for this function:| ilDAVClientNode::getChild | ( | $name | ) |
Definition at line 55 of file class.ilDAVClientNode.php.
References Vendor\Package\$e, $name, $ref_id, getRefIdFromName(), and ROOT_FOLDER_ID.
Here is the call graph for this function:| 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 | ( | ) |
Definition at line 50 of file class.ilDAVClientNode.php.
References $client_name.
|
protected |
Definition at line 91 of file class.ilDAVClientNode.php.
References $name, and $ref_id.
Referenced by childExists(), and getChild().
Here is the caller graph for this function:
|
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().