You are here

public function TwigTestFoo::getSelf in Zircon Profile 8.0

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

File

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

Class

TwigTestFoo

Code

public function getSelf() {
  return $this;
}