You are here

class StringableObject in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Tests/ResponseTest.php \Symfony\Component\HttpFoundation\Tests\StringableObject

Hierarchy

Expanded class hierarchy of StringableObject

File

vendor/symfony/http-foundation/Tests/ResponseTest.php, line 884

Namespace

Symfony\Component\HttpFoundation\Tests
View source
class StringableObject {
  public function __toString() {
    return 'Foo';
  }

}

Members