You are here

public function Twig_SimpleFunction::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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;
}