public function TwigTestFoo::current in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/IntegrationTest.php \TwigTestFoo::current()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ IntegrationTest.php, line 91
Class
Code
public function current() {
return $this->array[$this->position];
}