Compiles a function.
string The PHP code for the function
Overrides Twig_FunctionInterface::compile
public function compile() { return sprintf('$this->env->getExtension(\'%s\')->%s', $this->extension ->getName(), $this->method); }