public function FooObject::foo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php \FooObject::foo()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ Extension/ SandboxTest.php, line 207
Class
Code
public function foo() {
++self::$called['foo'];
return 'foo';
}