|
ILIAS
release_8 Revision v8.24
|
Responsible for loading the Resource Storage into the dependency injection container of ILIAS. More...
Collaboration diagram for InitResourceStorage:Public Member Functions | |
| getResourceBuilder (\ILIAS\DI\Container $c) | |
| init (\ILIAS\DI\Container $c) | |
Data Fields | |
| const | D_SERVICE = 'resource_storage' |
| const | D_REPOSITORIES = self::D_SERVICE . '.repositories' |
| const | D_STORAGE_HANDLERS = self::D_SERVICE . '.storage_handlers' |
| const | D_BUILDER = self::D_SERVICE . '.resource_builder' |
| const | D_REPOSITORY_PRELOADER = self::D_SERVICE . '.repository_preloader' |
| const | D_SOURCE_BUILDER = self::D_SERVICE . '.source_builder' |
| const | D_LOCK_HANDLER = self::D_SERVICE . '.lock_handler' |
| const | D_FILENAME_POLICY = self::D_SERVICE . '.filename_policy' |
| const | D_STREAM_ACCESS = self::D_SERVICE . '.stream_access' |
Protected Member Functions | |
| buildBasePath () | |
Responsible for loading the Resource Storage into the dependency injection container of ILIAS.
Definition at line 42 of file InitResourceStorage.php.
|
protected |
Definition at line 146 of file InitResourceStorage.php.
References CLIENT_ID, and ILIAS_DATA_DIR.
Referenced by init().
Here is the caller graph for this function:| InitResourceStorage::getResourceBuilder | ( | \ILIAS\DI\Container | $c | ) |
Definition at line 58 of file InitResourceStorage.php.
References $c, D_BUILDER, and init().
Here is the call graph for this function:| InitResourceStorage::init | ( | \ILIAS\DI\Container | $c | ) |
Definition at line 73 of file InitResourceStorage.php.
References $c, buildBasePath(), D_FILENAME_POLICY, D_LOCK_HANDLER, D_REPOSITORIES, D_REPOSITORY_PRELOADER, D_SERVICE, D_SOURCE_BUILDER, D_STORAGE_HANDLERS, and D_STREAM_ACCESS.
Referenced by getResourceBuilder().
Here is the call graph for this function:
Here is the caller graph for this function:| const InitResourceStorage::D_BUILDER = self::D_SERVICE . '.resource_builder' |
Definition at line 47 of file InitResourceStorage.php.
Referenced by getResourceBuilder().
| const InitResourceStorage::D_FILENAME_POLICY = self::D_SERVICE . '.filename_policy' |
Definition at line 51 of file InitResourceStorage.php.
Referenced by init().
| const InitResourceStorage::D_LOCK_HANDLER = self::D_SERVICE . '.lock_handler' |
Definition at line 50 of file InitResourceStorage.php.
Referenced by init().
| const InitResourceStorage::D_REPOSITORIES = self::D_SERVICE . '.repositories' |
Definition at line 45 of file InitResourceStorage.php.
Referenced by init().
| const InitResourceStorage::D_REPOSITORY_PRELOADER = self::D_SERVICE . '.repository_preloader' |
Definition at line 48 of file InitResourceStorage.php.
Referenced by ilResourceStorageMigrationHelper\__construct(), and init().
| const InitResourceStorage::D_SERVICE = 'resource_storage' |
Definition at line 44 of file InitResourceStorage.php.
Referenced by init().
| const InitResourceStorage::D_SOURCE_BUILDER = self::D_SERVICE . '.source_builder' |
Definition at line 49 of file InitResourceStorage.php.
Referenced by init().
| const InitResourceStorage::D_STORAGE_HANDLERS = self::D_SERVICE . '.storage_handlers' |
Definition at line 46 of file InitResourceStorage.php.
Referenced by init(), and ilStorageHandlerV1Migration\prepare().
| const InitResourceStorage::D_STREAM_ACCESS = self::D_SERVICE . '.stream_access' |
Definition at line 52 of file InitResourceStorage.php.
Referenced by init().