5 require_once(
"./Services/COPage/classes/class.ilPageContent.php");
40 $this->q_node =& $a_node->first_child();
46 function create(&$a_pg_obj, $a_hier_id)
50 $this->q_node = $this->dom->create_element(
"PlaceHolder");
51 $this->q_node = $this->node->append_child($this->q_node);
61 if (is_object($this->q_node))
63 $this->q_node->set_attribute(
"ContentClass", $a_class);
74 if (is_object($this->q_node))
76 return $this->q_node->get_attribute(
"ContentClass", $a_class);
88 if (is_object($this->q_node))
90 $this->q_node->set_attribute(
"Height", $a_height);
102 if (is_object($this->q_node))
104 return $this->q_node->get_attribute(
"Height", $a_class);
125 return array(
"question_placeh",
"media_placeh",
"text_placeh",
126 "ed_insert_plach",
"question_placehl",
"media_placehl",
"text_placehl",
127 "verification_placeh",
"verification_placehl");