You are here

public function FooObject::getFooBar in Zircon Profile 8.0

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

File

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

Class

FooObject

Code

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