Lexy::render_file PHP Méthode

render_file() public static méthode

[render_file description]
public static render_file ( [type] $file, array $params = [], boolean $sandbox = false ) : [type]
$file [type]
$params array [description]
$sandbox boolean [description]
Résultat [type]
    public static function render_file($file, $params = array(), $sandbox = false)
    {
        $obj = new self();
        return $obj->file($file, $params, $sandbox);
    }