public function Twig_SimpleTest::getNodeClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/SimpleTest.php \Twig_SimpleTest::getNodeClass()
File
- vendor/
twig/ twig/ lib/ Twig/ SimpleTest.php, line 45
Class
- Twig_SimpleTest
- Represents a template test.
Code
public function getNodeClass() {
return $this->options['node_class'];
}