public function TwigTestFoo::getFoo in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/test/Twig/Tests/IntegrationTest.php \TwigTestFoo::getFoo()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ IntegrationTest.php, line 56
Class
Code
public function getFoo() {
return 'foo';
}