You are here

public function TwigTestFoo::current in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/test/Twig/Tests/IntegrationTest.php \TwigTestFoo::current()

File

vendor/twig/twig/test/Twig/Tests/IntegrationTest.php, line 91

Class

TwigTestFoo

Code

public function current() {
  return $this->array[$this->position];
}