public function Twig_SimpleFunction::getName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/SimpleFunction.php \Twig_SimpleFunction::getName()
File
- vendor/
twig/ twig/ lib/ Twig/ SimpleFunction.php, line 40
Class
- Twig_SimpleFunction
- Represents a template function.
Code
public function getName() {
return $this->name;
}