You are here

public function HasToString::__toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/psr7/tests/bootstrap.php \GuzzleHttp\Tests\Psr7\HasToString::__toString()

File

vendor/guzzlehttp/psr7/tests/bootstrap.php, line 8

Class

HasToString

Namespace

GuzzleHttp\Tests\Psr7

Code

public function __toString() {
  return 'foo';
}