19 declare(strict_types=1);
49 protected \ILIAS\ResourceStorage\Manager\Manager
$manager;
50 protected \ILIAS\ResourceStorage\Consumer\Consumers
$consumers;
51 protected \ILIAS\ResourceStorage\Collection\Collections
$collections;
52 protected \ILIAS\ResourceStorage\Preloader\RepositoryPreloader
$preloader;
72 $file_name_policy_stack->addPolicy($file_name_policy);
74 $storage_handler_factory,
78 $file_name_policy_stack
94 $file_name_policy_stack
122 public function preload(array $identification_strings): void
124 $this->preloader->preload($identification_strings);
__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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface FileNamePolicy.
ILIAS ResourceStorage Collection Collections $collections
ILIAS ResourceStorage Manager Manager $manager
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getCollectionRepository()
ILIAS ResourceStorage Consumer Consumers $consumers
ILIAS ResourceStorage Preloader RepositoryPreloader $preloader
Class StorageHandlerFactory.
Class UniqueIDCollectionIdentificationGenerator.
Class StandardRepositoryPreloader.
Interface RepositoryPreloader.
preload(array $identification_strings)
Class FileNamePolicyStack.