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']);
118 $elem['name'] = $this->functions->getSiteTitle($elem['id']);
137 $this->functions->debug->message("This will be the TOC elements data:", $elem, 1);
190 $targetID = $this->functions->cleanID($item['name']);
270 $elems = explode('/', $this->functions->getSiteName($site));
334 …EM . ' label="' . $this->functions->getSiteTitle($DATA) . '" ' . ($ITEM != 'topic' ? 'topic' : 'hr…
339 if (empty($indexTitle)) $indexTitle = $this->functions->getSiteTitle($conf['start']);
379 $TITLE = empty($meta['title']) ? $this->functions->getSiteTitle($ID) : $meta['title'];
382 $VIEWIDs = $this->functions->getMapID($elem['id'], $elem['anchor'], $check);
384 … $DESCRIPTION = $this->functions->xmlEntities(p_get_metadata($ID, 'description abstract'));
387 $url = $this->functions->getSiteName($ID);
395 $TOPICS[$this->functions->getSiteName($REL)] = $this->functions->getSiteTitle($REL);
433 $indexTitle = $this->functions->getSiteTitle($indexSearch);
440 $indexTitle = $this->functions->getSiteTitle($DATA[$NODENAME]);
445 return array($indexTitle, $this->functions->getSiteName($indexFile));