public function Twig_SimpleTest::getName in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/SimpleTest.php \Twig_SimpleTest::getName()
File
- vendor/
Twig/ SimpleTest.php, line 35
Class
- Twig_SimpleTest
- Represents a template test.
Code
public function getName() {
return $this->name;
}