Searched refs:docParser (Results 1 – 1 of 1) sorted by relevance
26 protected $docParser; variable in League\\CommonMark\\Converter38 * @param DocParserInterface $docParser41 … public function __construct(DocParserInterface $docParser, ElementRendererInterface $htmlRenderer) argument47 $this->docParser = $docParser;64 $documentAST = $this->docParser->parse($commonMark);