class HasToString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/tests/bootstrap.php \GuzzleHttp\Tests\Psr7\HasToString
Hierarchy
- class \GuzzleHttp\Tests\Psr7\HasToString
Expanded class hierarchy of HasToString
File
- vendor/
guzzlehttp/ psr7/ tests/ bootstrap.php, line 6
Namespace
GuzzleHttp\Tests\Psr7View source
class HasToString {
public function __toString() {
return 'foo';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
HasToString:: |
public | function |