Lines Matching refs:functions
10 private $functions = null; variable in siteexport_toc
14 public function __construct($functions, $NS) argument
18 $this->functions = $functions;
89 …$elem['url'] = $this->functions->getSiteName($elem['id'], true); // Override - we need a clean name
98 $this->functions->debug->message("EXISTS previously not set.", $elem, 1);
102 …$elem['mapID'] = intval($elem['exists']) == 1 ? $this->functions->getMapID($elem['id'], $elem['anc…
105 $elem['tags'] = array_map(array($this->functions, 'cleanId'), $elem['tags']);
121 $elem['name'] = $this->functions->getSiteTitle($elem['id']);
140 $this->functions->debug->message("This will be the TOC elements data:", $elem, 1);
193 $targetID = $this->functions->cleanID($item['name']);
273 $elems = explode('/', $this->functions->getSiteName($site));
337 …EM . ' label="' . $this->functions->getSiteTitle($DATA) . '" ' . ($ITEM != 'topic' ? 'topic' : 'hr…
342 if (empty($indexTitle)) $indexTitle = $this->functions->getSiteTitle($conf['start']);
382 $TITLE = empty($meta['title']) ? $this->functions->getSiteTitle($ID) : $meta['title'];
385 $VIEWIDs = $this->functions->getMapID($elem['id'], $elem['anchor'], $check);
387 … $DESCRIPTION = $this->functions->xmlEntities(p_get_metadata($ID, 'description abstract'));
390 $url = $this->functions->getSiteName($ID);
398 $TOPICS[$this->functions->getSiteName($REL)] = $this->functions->getSiteTitle($REL);
436 $indexTitle = $this->functions->getSiteTitle($indexSearch);
443 $indexTitle = $this->functions->getSiteTitle($DATA[$NODENAME]);
448 return array($indexTitle, $this->functions->getSiteName($indexFile));