|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\ResourceStorage\Services:Public Member Functions | |
| __construct (StorageHandlerFactory $storage_handler_factory, Repositories $repositories, Artifacts $artifacts, LockHandler $lock_handler, FileNamePolicy $file_name_policy, StreamAccess $stream_access, Factory $machine_factory, SrcBuilder $src_builder=null, RepositoryPreloader $preloader=null) | |
| Services constructor. More... | |
| manage () | |
| manageContainer () | |
| consume () | |
| collection () | |
| flavours () | |
| preload (array $identification_strings) | |
| events () | |
Protected Attributes | |
| Subject | $events |
| ILIAS ResourceStorage Manager Manager | $manager |
| ContainerManager | $container_manager |
| ILIAS ResourceStorage Consumer Consumers | $consumers |
| ILIAS ResourceStorage Collection Collections | $collections |
| ILIAS ResourceStorage Flavour Flavours | $flavours |
| ILIAS ResourceStorage Preloader RepositoryPreloader | $preloader |
Class Services.
Definition at line 51 of file Services.php.
| ILIAS\ResourceStorage\Services::__construct | ( | StorageHandlerFactory | $storage_handler_factory, |
| Repositories | $repositories, | ||
| Artifacts | $artifacts, | ||
| LockHandler | $lock_handler, | ||
| FileNamePolicy | $file_name_policy, | ||
| StreamAccess | $stream_access, | ||
| Factory | $machine_factory, | ||
| SrcBuilder | $src_builder = null, |
||
| RepositoryPreloader | $preloader = null |
||
| ) |
Services constructor.
Definition at line 64 of file Services.php.
References ILIAS\ResourceStorage\Services\$events, ILIAS\ResourceStorage\Services\events(), ILIAS\ResourceStorage\Services\flavours(), ILIAS\ResourceStorage\Repositories\getCollectionRepository(), and ILIAS\ResourceStorage\Repositories\getFlavourRepository().
Here is the call graph for this function:| ILIAS\ResourceStorage\Services::collection | ( | ) |
Definition at line 150 of file Services.php.
References ILIAS\ResourceStorage\Services\$collections.
| ILIAS\ResourceStorage\Services::consume | ( | ) |
Definition at line 145 of file Services.php.
References ILIAS\ResourceStorage\Services\$consumers.
Referenced by ilDAVFile\__construct(), and ilObjUser\copyProfilePicturesToDirectory().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Services::events | ( | ) |
Definition at line 165 of file Services.php.
References ILIAS\ResourceStorage\Services\$events.
Referenced by ILIAS\ResourceStorage\Services\__construct().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Services::flavours | ( | ) |
Definition at line 155 of file Services.php.
References ILIAS\ResourceStorage\Services\$flavours.
Referenced by ILIAS\ResourceStorage\Services\__construct().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Services::manage | ( | ) |
Definition at line 135 of file Services.php.
References ILIAS\ResourceStorage\Services\$manager.
Referenced by ilDAVFile\__construct(), and ilObjUser\copyProfilePicturesToDirectory().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Services::manageContainer | ( | ) |
Definition at line 140 of file Services.php.
References ILIAS\ResourceStorage\Services\$container_manager.
| ILIAS\ResourceStorage\Services::preload | ( | array | $identification_strings | ) |
Definition at line 160 of file Services.php.
|
protected |
Definition at line 57 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\collection().
Definition at line 56 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\consume().
|
protected |
Definition at line 55 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\manageContainer().
|
protected |
Definition at line 53 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\__construct(), and ILIAS\ResourceStorage\Services\events().
Definition at line 58 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\flavours().
Definition at line 54 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\manage().
|
protected |
Definition at line 59 of file Services.php.