4 require_once(
"./Services/COPage/classes/class.ilPageContent.php");
36 $this->incl_node =& $a_node->first_child();
45 function create(&$a_pg_obj, $a_hier_id, $a_pc_id =
"")
49 $this->incl_node =& $this->dom->create_element(
"ContentInclude");
50 $this->incl_node =& $this->node->append_child($this->incl_node);
109 if (!empty($a_value))
111 $this->incl_node->set_attribute($a_attr, $a_value);
115 if ($this->incl_node->has_attribute($a_attr))
117 $this->incl_node->remove_attribute($a_attr);
129 if (is_object($this->incl_node))
131 return $this->incl_node->get_attribute($a_attr);