|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Collaboration diagram for ILIAS\WebDAV\Entity\Factory:Public Member Functions | |
| __construct (private RequestTranslation $request_translation, private TreeProxyRepository $proxy_generator,) | |
| getMountPoint () | |
| get (string $path, ?Container $parent=null) | |
| getProblemInfoFile (Container $container) | |
| createFile (Container $container, string $name, mixed $data=null) | |
| createContainer (Container $container, string $name) | |
| has (Container $container, string $name) | |
| rename (Entity $entity) | |
| delete (Entity $entity) | |
| getChildren (Container $container) | |
| getByFullPath (string $full_path) | |
Private Member Functions | |
| buildEntity (Proxy $proxy, ?Container $container) | |
Definition at line 36 of file Factory.php.
| ILIAS\WebDAV\Entity\Factory::__construct | ( | private RequestTranslation | $request_translation, |
| private TreeProxyRepository | $proxy_generator | ||
| ) |
Definition at line 40 of file Factory.php.
Definition at line 80 of file Factory.php.
References $container, ILIAS\WebDAV\Objects\Proxy\getName(), and ILIAS\WebDAV\Objects\Proxy\getType().
Referenced by ILIAS\WebDAV\Entity\Factory\get(), and ILIAS\WebDAV\Entity\Factory\getChildren().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\WebDAV\Entity\Factory::createContainer | ( | Container | $container, |
| string | $name | ||
| ) |
Definition at line 114 of file Factory.php.
References $container.
| ILIAS\WebDAV\Entity\Factory::createFile | ( | Container | $container, |
| string | $name, | ||
| mixed | $data = null |
||
| ) |
Definition at line 98 of file Factory.php.
References $container, and $data.
| ILIAS\WebDAV\Entity\Factory::delete | ( | Entity | $entity | ) |
Definition at line 135 of file Factory.php.
| ILIAS\WebDAV\Entity\Factory::get | ( | string | $path, |
| ?Container | $parent = null |
||
| ) |
Definition at line 59 of file Factory.php.
References $path, and ILIAS\WebDAV\Entity\Factory\buildEntity().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\Factory::getByFullPath | ( | string | $full_path | ) |
Definition at line 163 of file Factory.php.
References $parts.
| ILIAS\WebDAV\Entity\Factory::getChildren | ( | Container | $container | ) |
Definition at line 142 of file Factory.php.
References $container, ILIAS\WebDAV\Entity\Factory\buildEntity(), and ILIAS\WebDAV\Entity\Factory\getProblemInfoFile().
Here is the call graph for this function:| ILIAS\WebDAV\Entity\Factory::getMountPoint | ( | ) |
Definition at line 46 of file Factory.php.
| ILIAS\WebDAV\Entity\Factory::getProblemInfoFile | ( | Container | $container | ) |
Definition at line 68 of file Factory.php.
References $container, and $DIC.
Referenced by ILIAS\WebDAV\Entity\Factory\getChildren().
Here is the caller graph for this function:| ILIAS\WebDAV\Entity\Factory::has | ( | Container | $container, |
| string | $name | ||
| ) |
Definition at line 123 of file Factory.php.
References $container.
| ILIAS\WebDAV\Entity\Factory::rename | ( | Entity | $entity | ) |
Definition at line 128 of file Factory.php.