Lines Matching full:id
20 global $ID;
22 $this->m_exclude = $this->m_helper->isExcluded($ID);
38 * @param string $id
45 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
46 global $ID;
47 $fullId = $id;
49 $id = explode('?', $id, 2)[0];
50 $id = preg_replace('/\#.*$/', '', $id);
51 $id = preg_replace('/\?.*$/', '', $id);
52 $id = $id === '' ? $ID : $id;
53 $id = (new PageResolver($ID))->resolveId($id, $this->date_at, true);
55 if (!$this->m_exclude && page_exists($id) && $id != $ID) {
58 $meta = $this->m_helper->read_meta_fast($id);