ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
__construct (StorageHandlerFactory $storage_handler_factory, Repositories $repositories, LockHandler $lock_handler, FileNamePolicy $file_name_policy, StreamAccess $stream_access, SrcBuilder $src_builder=null, RepositoryPreloader $preloader=null) | |
Services constructor. More... | |
manage () | |
consume () | |
collection () | |
preload (array $identification_strings) | |
Protected Attributes | |
ILIAS ResourceStorage Manager Manager | $manager |
ILIAS ResourceStorage Consumer Consumers | $consumers |
ILIAS ResourceStorage Collection Collections | $collections |
ILIAS ResourceStorage Preloader RepositoryPreloader | $preloader |
Class Services.
Definition at line 47 of file Services.php.
ILIAS\ResourceStorage\Services::__construct | ( | StorageHandlerFactory | $storage_handler_factory, |
Repositories | $repositories, | ||
LockHandler | $lock_handler, | ||
FileNamePolicy | $file_name_policy, | ||
StreamAccess | $stream_access, | ||
SrcBuilder | $src_builder = null , |
||
RepositoryPreloader | $preloader = null |
||
) |
Services constructor.
StorageHandler | $storage_handler_factory |
Definition at line 58 of file Services.php.
References ILIAS\ResourceStorage\StorageHandler\StorageHandlerFactory\getBaseDir(), and ILIAS\ResourceStorage\Repositories\getCollectionRepository().
ILIAS\ResourceStorage\Services::collection | ( | ) |
Definition at line 117 of file Services.php.
References ILIAS\ResourceStorage\Services\$collections.
ILIAS\ResourceStorage\Services::consume | ( | ) |
Definition at line 112 of file Services.php.
References ILIAS\ResourceStorage\Services\$consumers.
Referenced by ilDAVFile\__construct().
ILIAS\ResourceStorage\Services::manage | ( | ) |
Definition at line 107 of file Services.php.
References ILIAS\ResourceStorage\Services\$manager.
Referenced by ilDAVFile\__construct().
ILIAS\ResourceStorage\Services::preload | ( | array | $identification_strings | ) |
Definition at line 122 of file Services.php.
|
protected |
Definition at line 51 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\collection().
Definition at line 50 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\consume().
Definition at line 49 of file Services.php.
Referenced by ILIAS\ResourceStorage\Services\manage().
|
protected |
Definition at line 52 of file Services.php.