/**
  *
  */
 function read()
 {
     global $ilBench;
     $ilBench->start("ContentPresentation", "ilLMPageObject_read");
     parent::read();
     $this->page_object =& new ilPageObject($this->content_object->getType(), $this->id, 0, $this->halt_on_error);
     $ilBench->stop("ContentPresentation", "ilLMPageObject_read");
 }
Ejemplo n.º 2
0
 /**
  *
  */
 function read()
 {
     parent::read();
     $this->page_object = new ilLMPage($this->id, 0);
 }