You are here

class HasToString in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/psr7/tests/bootstrap.php \GuzzleHttp\Tests\Psr7\HasToString

Hierarchy

Expanded class hierarchy of HasToString

File

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

Namespace

GuzzleHttp\Tests\Psr7
View source
class HasToString {
  public function __toString() {
    return 'foo';
  }

}

Members