|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Entity\MountPoint:
Collaboration diagram for ILIAS\WebDAV\Entity\MountPoint:Public Member Functions | |
| getName () | |
| getChild ($name) | |
Public Member Functions inherited from ILIAS\WebDAV\Entity\Container | |
| __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 30 of file MountPoint.php.
| ILIAS\WebDAV\Entity\MountPoint::getChild | ( | $name | ) |
Reimplemented from ILIAS\WebDAV\Entity\Container.
Definition at line 39 of file MountPoint.php.
References factory().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\MountPoint::getName | ( | ) |
Reimplemented from ILIAS\WebDAV\Entity\BaseEntity.
Definition at line 33 of file MountPoint.php.