31     public function init(): void
    35         $this->
ctrl = $DIC->ctrl();
    36         $this->
lng = $DIC->language();
    51             $this->
getChildNode()->setAttribute(
"ContentClass", $a_class);
    58             return $this->
getChildNode()->getAttribute(
"ContentClass");
    66             $this->
getChildNode()->setAttribute(
"Height", $a_height);
    85         return array(
"question_placeh",
"media_placeh",
"text_placeh",
    86             "ed_insert_plach",
"question_placehl",
"media_placehl",
"text_placehl",
    87             "verification_placeh", 
"verification_placehl");
    93         bool $a_abstract_only = 
false   102         $start = strpos($a_output, 
"{{{{{PlaceHolder#");
   103         if (is_int($start)) {
   104             $end = strpos($a_output, 
"}}}}}", $start);
   108             $param = substr($a_output, $start + 17, $end - $start - 17);
   114                     $html = $lng->
txt(
"cont_text_placeh");
   118                     $html = $lng->
txt(
"cont_media_placeh");
   122                     $html = $lng->
txt(
"cont_question_placeh");
   126                     $html = $lng->
txt(
"cont_verification_placeh");
   130             $h2 = substr($a_output, 0, $start) .
   132                 substr($a_output, $end + 5);
   136             $start = strpos($a_output, 
"{{{{{PlaceHolder#", $start + 5);
   138             if (is_int($start)) {
   139                 $end = strpos($a_output, 
"}}}}}", $start);
   150         $model = new \stdClass();
   162         bool $a_self_ass = 
true,
   163         bool $a_clone_mobs = 
false,
   164         int $new_parent_id = 0,
   170             $path = 
"//PlaceHolder[@ContentClass = 'Question']";
   172             $nodes = $xpath->query(
$path);
   174             foreach ($nodes as $node) {
   175                 $parent = $node->parentNode;
   176                 $parent->parentNode->removeChild($parent);
 create(ilPageObject $a_pg_obj, string $a_hier_id, string $a_pc_id="")
 
setType(string $a_type)
Set Type. 
 
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)
 
Content object of ilPageObject (see ILIAS DTD). 
 
setContentClass(string $a_class)
 
Class ilPageObject Handles PageObjects of ILIAS Learning Modules (see ILIAS DTD) 
 
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)
 
createInitialChildNode(string $hier_id, string $pc_id, string $child, array $child_attributes=[])