47 $this->dom = $a_pg_obj->
getDom();
50 die(
"Error: ilPageContent::init() did not set type");
56 $this->pg_obj = $a_val;
68 abstract public function init(): void;
74 final protected function setType(
string $a_type): void
76 $this->type = $a_type;
90 $this->node = $a_node;
116 $this->hier_id = $a_hier_id;
127 return $this->node->get_attribute(
"HierId");
132 if (is_object($this->node)) {
133 return $this->node->get_attribute(
"HierId");
140 $this->pcid = $a_pcid;
150 $this->file_download_link = $a_download_link;
160 $this->profile_back_url =
$url;
170 $this->fullscreen_link = $a_fullscreen_link;
180 $this->sourcecode_download_script = $script_name;
190 if (is_object($this->node)) {
191 return $this->node->get_attribute(
"PCID");
198 if (is_object($this->node)) {
199 $this->node->set_attribute(
"PCID", $a_pc_id);
208 final public static function incEdId(
string $ed_id): string
210 $id = explode(
"_", $ed_id);
212 return implode(
"_",
$id);
220 final public static function decEdId(
string $ed_id): string
222 $id = explode(
"_", $ed_id);
224 return implode(
"_",
$id);
232 uasort($a_array, array(
"ilPageContent",
"isGreaterHierId"));
241 $a_arr = explode(
"_", $a);
242 $b_arr = explode(
"_", $b);
243 for (
$i = 0;
$i < count($a_arr);
$i++) {
244 if ((
int) $a_arr[
$i] > (
int) $b_arr[
$i]) {
246 } elseif ((
int) $a_arr[$i] < (
int) $b_arr[$i]) {
259 if (is_object($this->node)) {
260 $this->node->set_attribute(
"Enabled", $value);
276 if (is_object($this->node) && $this->node->has_attribute(
"Enabled")) {
277 $compare = $this->node->get_attribute(
"Enabled");
282 return strcasecmp($compare,
"true") == 0;
290 $node = $this->dom->create_element(
"PageContent");
291 if ($a_set_this_node) {
317 bool $a_self_ass =
true,
318 bool $a_clone_mobs =
false,
319 int $new_parent_id = 0,
330 bool $a_abstract_only =
false 388 int $delete_lower_than_nr
static afterRepositoryCopy(ilPageObject $page, array $mapping, int $source_ref_id)
After repository (container) copy action.
getSourcecodeDownloadScript()
static beforePageDelete(ilPageObject $a_page)
Before page is being deleted.
setType(string $a_type)
Set Type.
static getLogger(string $a_component_id)
Get component logger.
setFullscreenLink(string $a_fullscreen_link)
getCssFiles(string $a_mode)
getModel()
Get model as needed for the front-end editor.
static deleteHistoryLowerEqualThan(string $parent_type, int $page_id, string $lang, int $delete_lower_than_nr)
Overwrite in derived classes, if old history entries are being deleted.
static getLangVars()
Get lang vars needed for editing.
setPage(ilPageObject $a_val)
static isGreaterHierId(string $a, string $b)
Check whether Hier ID $a is greater than Hier ID $b.
getOnloadCode(string $a_mode)
setFileDownloadLink(string $a_download_link)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilPageObject $a_pg_obj)
static afterPageUpdate(ilPageObject $a_page, DOMDocument $a_domdoc, string $a_xml, bool $a_creation)
After page has been updated (or created)
string $file_download_link
string $sourcecode_download_script
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
static sortHierIds(array $a_array)
Sort an array of Hier IDS in ascending order.
static incEdId(string $ed_id)
Increases an hierarchical editing id at lowest level (last number)
static handleCopiedContent(DOMDocument $a_domdoc, bool $a_self_ass=true, bool $a_clone_mobs=false, int $new_parent_id=0, int $obj_copy_id=0)
Handle copied content.
static decEdId(string $ed_id)
Decreases an hierarchical editing id at lowest level (last number)
createPageContentNode(bool $a_set_this_node=true)
Create page content node (always use this method first when adding a new element) ...
modifyPageContentPostXsl(string $a_output, string $a_mode, bool $a_abstract_only=false)
Modify page content after xsl.
getJavascriptFiles(string $a_mode)
setSourcecodeDownloadScript(string $script_name)
setProfileBackUrl(string $url)
setHierId(string $a_hier_id)
static afterPageHistoryEntry(ilPageObject $a_page, DOMDocument $a_old_domdoc, string $a_old_xml, int $a_old_nr)
After page history entry has been created.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
setNode(php4DOMElement $a_node)
Set xml node of page content.
setEnabled(string $value)
Set Enabled value for page content component.
writePCId(string $a_pc_id)