ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 |
Manager | $manager |
ContainerManager | $container_manager |
Consumers | $consumers |
Collections | $collections |
Flavours | $flavours |
RepositoryPreloader | $preloader |
Class Services.
Definition at line 50 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 63 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().
ILIAS\ResourceStorage\Services::collection | ( | ) |
Definition at line 149 of file Services.php.
References ILIAS\ResourceStorage\Services\$collections.
ILIAS\ResourceStorage\Services::consume | ( | ) |
Definition at line 144 of file Services.php.
References ILIAS\ResourceStorage\Services\$consumers.
Referenced by ilDAVFile\__construct(), and ilObjUser\copyProfilePicturesToDirectory().
ILIAS\ResourceStorage\Services::events | ( | ) |
Definition at line 164 of file Services.php.
References ILIAS\ResourceStorage\Services\$events.
Referenced by ILIAS\ResourceStorage\Services\__construct().
ILIAS\ResourceStorage\Services::flavours | ( | ) |
Definition at line 154 of file Services.php.
References ILIAS\ResourceStorage\Services\$flavours.
Referenced by ILIAS\ResourceStorage\Services\__construct().
ILIAS\ResourceStorage\Services::manage | ( | ) |
Definition at line 134 of file Services.php.
References ILIAS\ResourceStorage\Services\$manager.
Referenced by ilDAVFile\__construct(), and ilObjUser\copyProfilePicturesToDirectory().
ILIAS\ResourceStorage\Services::manageContainer | ( | ) |
Definition at line 139 of file Services.php.
References ILIAS\ResourceStorage\Services\$container_manager.
ILIAS\ResourceStorage\Services::preload | ( | array | $identification_strings | ) |
Definition at line 159 of file Services.php.
|
protected |
Definition at line 56 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\collection().
|
protected |
Definition at line 55 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\consume().
|
protected |
Definition at line 54 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\manageContainer().
|
protected |
Definition at line 52 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\__construct(), and ILIAS\ResourceStorage\Services\events().
|
protected |
Definition at line 57 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\flavours().
|
protected |
Definition at line 53 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\manage().
|
protected |
Definition at line 58 of file Services.php.