Lines Matching refs:return
65 * @return Response
90 return $this;
94 * @return Response
98 return $this->expectBody('');
103 * @return string|null
108 return $this->rawBody;
111 return null;
144 * @return string|null
148 return $this->data['err_response'];
154 * @return bool
159 return true;
166 return false;
171 * @return bool
176 return (
186 * @return bool
193 return $this->error("The header $name is not present");
199 return true;
201 return $this->error("The header $name value '$header' is not the same as '$value'");
205 return $this->error("The header $name value '$header' does not match RegExp '$value'");
208 return true;
212 * @return array|null
217 return null;
221 return $this->headers;
236 return ($this->headers = $headers);
240 * @return bool
248 return $this->valid;
273 * @return bool
279 return false;