19 declare(strict_types=1);
45 $this->repo_service = $repo_service;
46 $this->data_service = $data_service;
47 $this->content_style_domain = $DIC->contentStyle()->domain();
53 return new Content\DomainService(
64 return new PageManager(
65 $this->
DIC->database(),
67 $this->content_style_domain,
75 return new ClassificationManager(
76 $this->repo_service->classification($base_ref_id),
89 ):
Filter\ContainerFilterRetrieval {
90 return new Filter\ContainerFilterRetrieval(
91 $container_filter_service,
ILIAS Style Content DomainService $content_style_domain
__construct(DI\Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
initDomainServices(\ILIAS\DI\Container $DIC)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Repository internal data service.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
InternalDataService $data_service
containerFilterRetrieval(\ilContainerFilterService $container_filter_service, int $ref_id)
page(\ilContainer $container, ?string $lang=null)
classification(int $base_ref_id)
Repository internal repo service.
trait GlobalDICDomainServices
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
InternalRepoService $repo_service