46 $rendered_content = null;
50 $this->log->debug(print_r(
$updated,
true));
55 $error .= implode(
"<br />", $msg);
67 $rendered_content = $this->getParagraphOutput($page_gui, $pcid);
71 $data = new \stdClass();
72 $data->renderedContent = $rendered_content;
74 $data->last_update = null;
95 $rendered_content = null;
107 foreach ($pcids as $pcid) {
108 $rendered_content[$pcid] = $this->getParagraphOutput($page_gui, $pcid);
113 $data = new \stdClass();
114 $data->renderedContent = $rendered_content;
116 $data->last_update = null;
126 protected function getParagraphOutput(
138 $html = $DIC->ctrl()->getHTML($page_gui);
140 $pos = strrpos($html,
"<!--COPage-PageTop-->");
142 $html = substr($html, $pos + 21);
static getLogger(string $a_component_id)
Get component logger.
getResponseObjectMulti(\ilPageObjectGUI $page_gui, $updated, array $pcids)
Get response data object for multi actions.
setOutputMode(string $a_mode=self::PRESENTATION)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setRawPageContent(bool $a_rawpagecontent)
Set Get raw page content only.
setEnabledHref(bool $enable)
setAbstractOnly(bool $a_val, string $pcid="")
Get only abstract (first text paragraph)
static setUseRelativeDates(bool $a_status)
set use relative dates
getResponseObject(\ilPageObjectGUI $page_gui, $updated, string $pcid)
Get response data object.