You are here

public function Twig_FunctionInterface::getSafe in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/FunctionInterface.php \Twig_FunctionInterface::getSafe()
1 method overrides Twig_FunctionInterface::getSafe()
Twig_Function::getSafe in vendor/twig/twig/lib/Twig/Function.php

File

vendor/twig/twig/lib/Twig/FunctionInterface.php, line 35

Class

Twig_FunctionInterface
Represents a template function.

Code

public function getSafe(Twig_Node $filterArgs);