芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/vendor/twig/twig/lib/Twig/Function/Function.php
* * @deprecated since 1.12 (to be removed in 2.0) */ class Twig_Function_Function extends Twig_Function { protected $function; public function __construct($function, array $options = array()) { $options['callable'] = $function; parent::__construct($options); $this->function = $function; } public function compile() { return $this->function; } }