24 require_once(
"./Services/COPage/classes/class.ilPageContent.php");
60 $this->q_node =& $a_node->first_child();
66 function create(&$a_pg_obj, $a_hier_id)
70 $this->q_node = $this->dom->create_element(
"PlaceHolder");
71 $this->q_node = $this->node->append_child($this->q_node);
81 if (is_object($this->q_node))
83 $this->q_node->set_attribute(
"ContentClass", $a_class);
94 if (is_object($this->q_node))
96 return $this->q_node->get_attribute(
"ContentClass", $a_class);
108 if (is_object($this->q_node))
110 $this->q_node->set_attribute(
"Height", $a_height);
122 if (is_object($this->q_node))
124 return $this->q_node->get_attribute(
"Height", $a_class);