Lexy::render PHP 메소드

render() 공개 정적인 메소드

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