Lexy::parse PHP Method

parse() public method

[parse description]
public parse ( [type] $text, boolean $sandbox = false, $srcinfo = null ) : [type]
$text [type]
$sandbox boolean [description]
return [type]
    public function parse($text, $sandbox = false, $srcinfo = null)
    {
        $this->srcinfo = $srcinfo;
        return $this->compile($text, $sandbox);
    }