19declare(strict_types=1);
46 $lng = $this->dic->language();
47 $lng->loadLanguageModule(
'search');
50 $subitem_properties_factory =
new SubitemPropertiesFactoryImpl();
53 $this->dic->ui()->factory(),
57 new ObjectPropertiesAggregatorImpl(
59 $this->dic[
'objDefinition'],
61 $this->dic[
'static_url'],
64 new SubitemPropertiesAggregatorImpl(
66 $subitem_properties_factory
68 $subitem_properties_factory,
69 new CopyrightHelperImpl($this->dic->learningObjectMetadata()),
Customizing of pimple-DIC for ILIAS.
ResultPresenter $result_presenter
__construct(protected Container $dic)