/** * */ 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"); }
/** * */ function read() { parent::read(); $this->page_object = new ilLMPage($this->id, 0); }