Esempio n. 1
0
 /**
  * @param ParserInterface $parser
  */
 public function addParser(ParserInterface $parser)
 {
     $this->parsers[$parser->getFieldName()] = $parser;
 }
Esempio n. 2
0
 public function testGetFieldName()
 {
     $this->assertEquals('staticGraphic1', $this->parser->getFieldName());
 }