You are here

class SpecialResponse in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/browser-kit/Tests/ClientTest.php \Symfony\Component\BrowserKit\Tests\SpecialResponse

Hierarchy

Expanded class hierarchy of SpecialResponse

File

vendor/symfony/browser-kit/Tests/ClientTest.php, line 19

Namespace

Symfony\Component\BrowserKit\Tests
View source
class SpecialResponse extends Response {

}

Members

Namesort descending Modifiers Type Description Overrides
Response::$content protected property
Response::$headers protected property
Response::$status protected property
Response::buildHeader protected function Returns the build header line.
Response::getContent public function Gets the response content.
Response::getHeader public function Gets a response header.
Response::getHeaders public function Gets the response headers.
Response::getStatus public function Gets the response status code.
Response::__construct public function Constructor.
Response::__toString public function Converts the response object to string containing all headers and the response content.