32 public function init(): void
36 $this->
ctrl = $DIC->ctrl();
37 $this->
lng = $DIC->language();
43 parent::setNode($a_node);
54 $this->q_node = $this->dom->create_element(
"PlaceHolder");
55 $this->q_node = $this->node->append_child($this->q_node);
60 if (is_object($this->q_node)) {
61 $this->q_node->set_attribute(
"ContentClass", $a_class);
67 if (is_object($this->q_node)) {
68 return $this->q_node->get_attribute(
"ContentClass");
75 if (is_object($this->q_node)) {
76 $this->q_node->set_attribute(
"Height", $a_height);
82 if (is_object($this->q_node)) {
83 return $this->q_node->get_attribute(
"Height");
95 return array(
"question_placeh",
"media_placeh",
"text_placeh",
96 "ed_insert_plach",
"question_placehl",
"media_placehl",
"text_placehl",
97 "verification_placeh",
"verification_placehl");
103 bool $a_abstract_only =
false 112 $start = strpos($a_output,
"{{{{{PlaceHolder#");
113 if (is_int($start)) {
114 $end = strpos($a_output,
"}}}}}", $start);
118 $param = substr($a_output, $start + 17, $end - $start - 17);
124 $html = $lng->
txt(
"cont_text_placeh");
128 $html = $lng->
txt(
"cont_media_placeh");
132 $html = $lng->
txt(
"cont_question_placeh");
136 $html = $lng->
txt(
"cont_verification_placeh");
140 $h2 = substr($a_output, 0, $start) .
142 substr($a_output, $end + 5);
146 $start = strpos($a_output,
"{{{{{PlaceHolder#", $start + 5);
148 if (is_int($start)) {
149 $end = strpos($a_output,
"}}}}}", $start);
160 $model = new \stdClass();
172 bool $a_self_ass =
true,
173 bool $a_clone_mobs =
false,
174 int $new_parent_id = 0,
180 $path =
"//PlaceHolder[@ContentClass = 'Question']";
182 $nodes = $xpath->query(
$path);
184 foreach ($nodes as
$node) {
185 $parent = $node->parentNode;
186 $parent->parentNode->removeChild($parent);
create(ilPageObject $a_pg_obj, string $a_hier_id, string $a_pc_id="")
setType(string $a_type)
Set Type.
static getPlaceHolderStylePath()
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
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)
setHeight(string $a_height)
setNode(php4DOMElement $a_node)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContentClass(string $a_class)
insertContent(ilPageContent $a_cont_obj, string $a_pos, int $a_mode=IL_INSERT_AFTER, string $a_pcid="", bool $remove_placeholder=true)
insert a content node before/after a sibling or as first child of a parent
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD)
createPageContentNode(bool $a_set_this_node=true)
Create page content node (always use this method first when adding a new element) ...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
modifyPageContentPostXsl(string $a_output, string $a_mode, bool $a_abstract_only=false)
getCssFiles(string $a_mode)