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