|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Entity\BaseContainer:
Collaboration diagram for ILIAS\WebDAV\Entity\BaseContainer:Public Member Functions | |
| 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 29 of file BaseContainer.php.
| ILIAS\WebDAV\Entity\BaseContainer::childExists | ( | $name | ) |
Definition at line 48 of file BaseContainer.php.
References factory().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\BaseContainer::createDirectory | ( | $name | ) |
Definition at line 36 of file BaseContainer.php.
References factory().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\BaseContainer::createFile | ( | $name, | |
$data = null |
|||
| ) |
Definition at line 31 of file BaseContainer.php.
References $data, and factory().
Here is the call graph for this function:
|
abstract |
Reimplemented in ILIAS\WebDAV\Entity\Container, and ILIAS\WebDAV\Entity\MountPoint.
| ILIAS\WebDAV\Entity\BaseContainer::getChildren | ( | ) |
Definition at line 43 of file BaseContainer.php.
References factory().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\BaseContainer::getFullPath | ( | ) |
Reimplemented in ILIAS\WebDAV\Entity\Container.
Definition at line 53 of file BaseContainer.php.