19 declare(strict_types=1);
57 class Factory implements ilExportHandlerFactoryInterface
77 $this->db = $DIC->database();
78 $this->irss = $DIC->resourceStorage();
80 $this->static_url = $DIC[
'static_url'];
81 $this->
lng = $DIC->language();
82 $this->
ctrl = $DIC->ctrl();
83 $this->
user = $DIC->user();
84 $this->http_services = $DIC->http();
86 $this->ui_services = $DIC->ui();
87 $this->obj_definition = $DIC[
'objDefinition'];
88 $this->tree = $DIC->repositoryTree();
89 $this->
access = $DIC->access();
93 public function part(): ilExportHandlerPartFactoryInterface
95 return new ilExportHandlerPartFactory($this);
98 public function info(): ilExportHandlerInfoFactoryInterface
100 return new ilExportHandlerInfoFactory(
106 public function target(): ilExportHandlerTargetFactoryInterface
108 return new ilExportHandlerTargetFactory(
113 public function repository(): ilExportHandlerRepositoryFactoryInterface
115 return new ilExportHandlerRepositoryFactory(
123 public function publicAccess(): ilExportHandlerPublicAccessFactoryInterface
125 return new ilExportHandlerPublicAccessFactory(
132 public function manager(): ilExportHandlerManagerFactoryInterface
134 return new ilExportHandlerManagerFactory(
136 $this->obj_definition,
139 $this->
wrapper()->dataFactory()->handler()
143 public function consumer(): ilExportHandlderConsumerFactoryInterface
145 return new ilExportHandlderConsumerFactory(
150 public function table(): ilExportHandlerTableFactoryInterface
152 return new ilExportHandlerTableFactory(
155 $this->http_services,
164 public function wrapper(): ilExportHandlerWrapperFactoryInterface
166 return new ilExportHandlerWrapperFactory(
ilHTTPServices $http_services
ilRefineryFactory $refinery
ilUIServices $ui_services
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjectDefinition $obj_definition
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static filesystems()
Returns the loaded filesystems.
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...
ResourcesStorageService $irss
ilDataFactory $data_factory
The Filesystems interface defines the access methods which can be used to fetch the different filesys...