Beispiel #1
0
 /**
  * Get all parsers
  *
  * @return ParserInterface[]
  */
 protected function getParsers()
 {
     return $this->parserFactory->createParsers($this);
 }