24 require_once(
"./Services/COPage/classes/class.ilPageContent.php");
 
   54                 $this->vrfc_node =& $a_node->first_child();             
 
   63         function create(&$a_pg_obj, $a_hier_id, $a_pc_id = 
"")
 
   67                 $this->vrfc_node = $this->dom->create_element(
"Verification");
 
   68                 $this->vrfc_node = $this->node->append_child($this->vrfc_node);
 
   81                 $this->vrfc_node->set_attribute(
"Type", $a_type);
 
   82                 $this->vrfc_node->set_attribute(
"Id", $a_id);
 
   83                 $this->vrfc_node->set_attribute(
"User", $ilUser->getId());
 
   93                 if (is_object($this->vrfc_node))
 
   95                         return array(
"id"=>$this->vrfc_node->get_attribute(
"Id"),
 
   96                                 "type"=>$this->vrfc_node->get_attribute(
"Type"),
 
   97                                 "user"=>$this->vrfc_node->get_attribute(
"User"));
 
  110                 $xpath_temp = 
new DOMXPath(
$dom);
 
  111                 $nodes = $xpath_temp->query(
"//PageContent/Verification");
 
  112                 foreach($nodes as 
$node)
 
  114                         if($node->getAttribute(
"Type") == $a_type &&
 
  115                                 $node->getAttribute(
"Id") == $a_id)