Lines Matching refs:id
33 /** @var string the page id this action links to */
34 protected $id = '';
63 $this->id = $ID;
108 * Basically runs wl() on $id and $params. However if the ID is a hash it is used directly
117 if($this->id && $this->id[0] == '#') {
118 return $this->id;
120 return wl($this->id, $this->params, false, '&');
179 $this->id,
246 'id' => $this->id,