|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Entity\Container:
Collaboration diagram for ILIAS\WebDAV\Entity\Container:Public Member Functions | |
| __construct (Factory $factory, string $path, ?Proxy $object_proxy=null, protected ?Container $parent=null) | |
| getParent () | |
| getChild ($name) | |
| getFullPath () | |
Public Member Functions inherited from ILIAS\WebDAV\Entity\BaseContainer | |
| createFile ($name, $data=null) | |
| createDirectory ($name) | |
| getChild ($name) | |
| getChildren () | |
| childExists ($name) | |
| getFullPath () | |
Public Member Functions inherited from ILIAS\WebDAV\Entity\BaseEntity | |
| __construct (protected Factory $factory, protected string $path, protected ?Proxy $object_proxy=null) | |
| delete () | |
| getName () | |
| setName ($name) | |
| getLastModified () | |
| getObjectProxy () | |
| getPath () | |
Public Member Functions inherited from ILIAS\WebDAV\Entity\Entity | |
| __construct (Factory $factory, string $path, ?Proxy $proxy=null,) | |
| getObjectProxy () | |
| getPath () | |
Definition at line 31 of file Container.php.
| ILIAS\WebDAV\Entity\Container::__construct | ( | Factory | $factory, |
| string | $path, | ||
| ?Proxy | $object_proxy = null, |
||
| protected ?Container | $parent = null |
||
| ) |
Definition at line 33 of file Container.php.
References $path, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\Container::getChild | ( | $name | ) |
Reimplemented from ILIAS\WebDAV\Entity\BaseContainer.
Reimplemented in ILIAS\WebDAV\Entity\MountPoint.
Definition at line 47 of file Container.php.
References factory(), and ILIAS\WebDAV\Entity\ProblemInfoFile\FILE_NAME.
Here is the call graph for this function:| ILIAS\WebDAV\Entity\Container::getFullPath | ( | ) |
Reimplemented from ILIAS\WebDAV\Entity\BaseContainer.
Definition at line 60 of file Container.php.
References $path, ILIAS\WebDAV\Entity\BaseEntity\getName(), and ILIAS\WebDAV\Entity\Container\getParent().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\Container::getParent | ( | ) |
Definition at line 42 of file Container.php.
Referenced by ILIAS\WebDAV\Entity\Container\getFullPath().
Here is the caller graph for this function: