public function HasToString::__toString in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/tests/bootstrap.php \GuzzleHttp\Tests\Psr7\HasToString::__toString()
File
- vendor/
guzzlehttp/ psr7/ tests/ bootstrap.php, line 8
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function __toString() {
return 'foo';
}