class SpecialResponse in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/browser-kit/Tests/ClientTest.php \Symfony\Component\BrowserKit\Tests\SpecialResponse
Hierarchy
- class \Symfony\Component\BrowserKit\Response
- class \Symfony\Component\BrowserKit\Tests\SpecialResponse
Expanded class hierarchy of SpecialResponse
File
- vendor/
symfony/ browser-kit/ Tests/ ClientTest.php, line 19
Namespace
Symfony\Component\BrowserKit\TestsView source
class SpecialResponse extends Response {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Response:: |
protected | property | ||
Response:: |
protected | property | ||
Response:: |
protected | property | ||
Response:: |
protected | function | Returns the build header line. | |
Response:: |
public | function | Gets the response content. | |
Response:: |
public | function | Gets a response header. | |
Response:: |
public | function | Gets the response headers. | |
Response:: |
public | function | Gets the response status code. | |
Response:: |
public | function | Constructor. | |
Response:: |
public | function | Converts the response object to string containing all headers and the response content. |