Lines Matching full:id
12 /** @var string The page ID */
13 public $id; variable in dokuwiki\\Remote\\Response\\Page
33 * @param string $id The page ID
43 $id, argument
52 $this->id = $id;
53 $this->file = wikiFN($this->id, $revision);
56 $this->permission = $perms ?? auth_quickaclcheck($this->id);
74 $title = p_get_first_heading($this->id);
79 return $this->id;
97 $pagelog = new PageChangeLog($this->id, 1024);
105 return $this->id . '@' . $this->revision;