|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\ResourceStorage\Services: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\Services\$preloader, ILIAS\ResourceStorage\StorageHandler\StorageHandlerFactory\getBaseDir(), and ILIAS\ResourceStorage\Repositories\getCollectionRepository().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Services::manage | ( | ) |
Definition at line 107 of file Services.php.
References ILIAS\ResourceStorage\Services\$manager.
Referenced by ilDAVFile\__construct().
Here is the caller graph for this function:| 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.
Referenced by ILIAS\ResourceStorage\Services\__construct().