| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ilDAVClientNode:
 Collaboration diagram for ilDAVClientNode: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.
 Here is the call graph for this function:| ilDAVClientNode::getChild | ( | $name | ) | 
Definition at line 48 of file class.ilDAVClientNode.php.
References $ref_id, getRefIdFromName(), and ROOT_FOLDER_ID.
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 34 of file class.ilDAVClientNode.php.