Lexy::render PHP Method

render() public static method

[render description]
public static render ( $content, $params = [], $sandbox = false, $srcinfo = null ) : [type]
return [type]
    public static function render($content, $params = array(), $sandbox = false, $srcinfo = null)
    {
        $obj = new self();
        return $obj->execute($content, $params, $sandbox, $srcinfo);
    }