Gregwar\Formidable\Factory::getParser PHP Method

getParser() public method

Get a parser
public getParser ( $content, $offset )
    public function getParser($content, $offset = 0)
    {
        $parserClass = $this->parserClass;
        return $this->inject(new $parserClass($content, $this, $offset));
    }