Lines Matching refs:get
19 protected $get = array(); variable in TestRequest
56 return $this->get[$key];
105 $this->get[$key] = $value;
130 $get = $_GET;
147 $_GET = $this->get;
174 $_GET = $get;
204 $this->get = array_merge($params, $this->get);
205 if(count($this->get)) {
206 $query = '?' . http_build_query($this->get, '', '&');
235 * @param array $get all the GET parameters to use
239 public function get($get = array(), $uri = '/doku.php') { function in TestRequest
240 $this->get = array_merge($this->get, $get);