Lines Matching defs:id
17 protected $id;
28 * @param string $id
30 public function __construct($id)
32 $this->id = $id;
33 $this->changelog = new PageChangeLog($this->id);
39 return $this->id;
45 return wikiFN($this->id, $rev);
50 * similar to function rawWiki($id, $rev = '')
61 : io_readWikiPage($this->getPath($rev), $this->id, $rev); // retrieve from attic
63 return io_readWikiPage($this->getPath(), $this->id, '');
103 'id' => $this->id,// should not be altered by any handlers
169 $ioData = [[$pagefile, '', false], getNS($this->id), noNS($this->id), false];
181 p_purge_metadata($this->id);
183 io_sweepNS($this->id, 'datadir');
184 io_sweepNS($this->id, 'mediadir');
187 io_writeWikiPage($pagefile, $data['newContent'], $this->id);
203 'id' => $this->id,
240 $msg = "PageFile($this->id)::detectExternalEdit(): timestamp successfully modified";
245 $msg = "PageFile($this->id)::detectExternalEdit(): page file should be newer than last revision "
259 $cache = new CacheInstructions($this->id, $this->getPath());
276 io_writeWikiPage($newfile, $this->rawWikiText(), $this->id, $date);
300 $oldmeta = p_read_metadata($this->id)['persistent'];
328 p_set_metadata($this->id, $meta);