You are here

public function FooObject::__toString in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php \FooObject::__toString()

File

vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php, line 200

Class

FooObject

Code

public function __toString() {
  ++self::$called['__toString'];
  return 'foo';
}