|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Inheritance diagram for ILIAS\WebDAV\Entity\BaseEntity:
Collaboration diagram for ILIAS\WebDAV\Entity\BaseEntity:Public Member Functions | |
| __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 BaseEntity.php.
| ILIAS\WebDAV\Entity\BaseEntity::__construct | ( | protected Factory | $factory, |
| protected string | $path, | ||
| protected ?Proxy | $object_proxy = null |
||
| ) |
Definition at line 31 of file BaseEntity.php.
| ILIAS\WebDAV\Entity\BaseEntity::delete | ( | ) |
Definition at line 38 of file BaseEntity.php.
References factory().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\BaseEntity::getLastModified | ( | ) |
Definition at line 55 of file BaseEntity.php.
| ILIAS\WebDAV\Entity\BaseEntity::getName | ( | ) |
Reimplemented in ILIAS\WebDAV\Entity\MountPoint.
Definition at line 43 of file BaseEntity.php.
Referenced by ILIAS\WebDAV\Entity\Container\getFullPath(), and ILIAS\WebDAV\Entity\File\put().
Here is the caller graph for this function:| ILIAS\WebDAV\Entity\BaseEntity::getObjectProxy | ( | ) |
Implements ILIAS\WebDAV\Entity\Entity.
Definition at line 60 of file BaseEntity.php.
Referenced by ILIAS\WebDAV\Objects\Filter\RBACFilter\canUserCreate(), ILIAS\WebDAV\Objects\Filter\RBACFilter\canUserIn(), ILIAS\WebDAV\Objects\TreeProxyRepository\createContainer(), ILIAS\WebDAV\Objects\TreeProxyRepository\createFile(), ILIAS\WebDAV\Objects\TreeProxyRepository\createObject(), ILIAS\WebDAV\Entity\File\get(), and ILIAS\WebDAV\Entity\File\put().
Here is the caller graph for this function:| ILIAS\WebDAV\Entity\BaseEntity::getPath | ( | ) |
Implements ILIAS\WebDAV\Entity\Entity.
Definition at line 65 of file BaseEntity.php.
References $path.
| ILIAS\WebDAV\Entity\BaseEntity::setName | ( | $name | ) |
Definition at line 48 of file BaseEntity.php.
References factory().
Here is the call graph for this function: