42 $user = $this->domain_service->user();
45 $this->lang = $ot->getEffectiveContentLang($user->getCurrentLanguage(),
"cont");
53 $settings = $this->domain_service->settings();
55 if (!$settings->get(
"enable_cat_page_edit") || $this->container->filteredSubtree()) {
62 $this->container->getId(),
69 $page_gui = new \ilContainerPageGUI($this->container->getId(), 0,
$this->lang);
70 $style = $this->content_style_domain->styleForRefId($this->container->getRefId());
71 $page_gui->setStyleId($style->getEffectiveStyleId());
73 $page_gui->setPresentationTitle(
"");
74 $page_gui->setTemplateOutput(
false);
75 $page_gui->setHeader(
"");
76 $html = $page_gui->showPage();
83 $settings = $this->domain_service->settings();
85 if (!$settings->get(
"enable_cat_page_edit") || $this->container->filteredSubtree()) {
92 $this->container->getId(),
99 $page_gui = new \ilContainerPageGUI($this->container->getId(), 0,
$this->lang);
100 $page = $page_gui->getPageObject();
102 return $page->getDomDoc();
InternalDomainService $domain_service
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
ILIAS Style Content DomainService $content_style_domain
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _existsAndNotEmpty(string $a_parent_type, int $a_id, string $a_lang="-")
checks whether page exists and is not empty (may return true on some empty pages) ...
static getInstance(int $obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(InternalDomainService $domain_service, \ILIAS\Style\Content\DomainService $content_style_domain, \ilContainer $container, ?string $lang=null)