class StringableObject in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-foundation/Tests/ResponseTest.php \Symfony\Component\HttpFoundation\Tests\StringableObject
Hierarchy
- class \Symfony\Component\HttpFoundation\Tests\StringableObject
Expanded class hierarchy of StringableObject
File
- vendor/
symfony/ http-foundation/ Tests/ ResponseTest.php, line 884
Namespace
Symfony\Component\HttpFoundation\TestsView source
class StringableObject {
public function __toString() {
return 'Foo';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StringableObject:: |
public | function |