You are here

protected function Twig_Test_NodeTestCase::getAttributeGetter in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Test/NodeTestCase.php \Twig_Test_NodeTestCase::getAttributeGetter()

File

vendor/Twig/Test/NodeTestCase.php, line 50

Class

Twig_Test_NodeTestCase

Code

protected function getAttributeGetter() {
  if (function_exists('twig_template_get_attributes')) {
    return 'twig_template_get_attributes($this, ';
  }
  return '$this->getAttribute(';
}