Lines Matching refs:id
40 protected $id = ''; variable in phpweb\\News\\Entry
100 return $this->id;
104 if (empty($this->id)) {
105 $this->id = self::selectNextId();
115 … $archive = self::WEBROOT . "/archive/" . date('Y', $_SERVER['REQUEST_TIME']) . ".php#{$this->id}";
122 …self::ce($dom, "link", null, ['href' => "{$href}#{$this->id}", "rel" => "alternate", "type" => "te…
158 $dom->save(self::ARCHIVE_ENTRIES_ABS . $this->id . ".xml");
164 if (empty($this->id)) {
174 $first->setAttribute("href", "entries/{$this->id}.xml");
188 $id = $filename . "-" . $count;
189 $basename = "{$id}.xml";
192 return $id;