Lines Matching refs:page_object

20     public $page_object;		// current page object  variable in ilContObjParser
281 … $page_object = ilPageObjectFactory::getInstance($type_arr[0], $source["id"]);
282 $page_object->buildDom();
283 $page_object->resolveIntLinks();
284 $page_object->update();
285 unset($page_object);
493 $this->page_object = new ilLMPage();
495 $this->lm_page_object->assignPageObject($this->page_object);
498 $this->page_object = new ilAssQuestionPage();
523 if (is_object($this->page_object)) {
524 $this->page_object->needsImportParsing(true);
589 $this->page_object = new ilGlossaryDefPage();
590 $this->page_object->setParentId($this->glossary_term->getGlossaryId());
592 $this->glossary_definition->assignPageObject($this->page_object);
597 $this->page_object->setXMLContent("");
605 if (is_object($this->page_object)) {
606 $this->page_object->needsImportParsing(true);
858 if (is_object($this->page_object)) {
859 $this->page_object->setContainsIntLink(true);
886 $this->page_object->setContainsQuestion(true);
913 $this->page_object->appendXMLContent($this->buildTag("start", $app_name, $app_attribs));
989 $this->page_object->appendXMLContent($this->buildTag("end", $app_name));
1004 $this->page_object->updateFromXML();
1021 if ($this->page_object->containsIntLink()) {
1022 … $this->pages_to_parse["lm:" . $this->page_object->getId()] = "lm:" . $this->page_object->getId();
1026 if ($this->page_object->needsImportParsing()) {
1027 … $this->pages_to_parse["lm:" . $this->page_object->getId()] = "lm:" . $this->page_object->getId();
1031 if ($this->page_object->getContainsQuestion()) {
1032 … $this->pages_to_parse["lm:" . $this->page_object->getId()] = "lm:" . $this->page_object->getId();
1036 $xml = $this->page_object->getXMLContent();
1049 if ($this->page_object->needsImportParsing()) {
1064 if ($this->page_object->needsImportParsing()) {
1089 unset($this->page_object);
1149 … $this->page_object->appendXMLContent($this->media_object->getXML(IL_MODE_ALIAS));
1197 $this->page_object->MDUpdateListener('General');
1199 $this->page_object->getId(),
1200 $this->page_object->getImportId()
1239 $this->page_object->setId($this->glossary_definition->getId());
1240 $this->page_object->updateFromXML();
1313 $this->page_object->updateFromXML();
1316 $this->page_object->buildDom();
1317 … $this->glossary_definition->setShortText($this->page_object->getFirstParagraphText());
1321 if ($this->page_object->containsIntLink()) {
1323 …$this->pages_to_parse["gdf:" . $this->page_object->getId()] = "gdf:" . $this->page_object->getId();
1325 if ($this->page_object->needsImportParsing()) {
1326 …$this->pages_to_parse["gdf:" . $this->page_object->getId()] = "gdf:" . $this->page_object->getId();
1462 $this->page_object->appendXMLContent($a_data);