コード例 #1
0
 public function testGetShape()
 {
     $this->assertEquals('OutlineBox', $this->parser->getShape());
 }
コード例 #2
0
 /**
  * @param ParserInterface $parser
  *
  * @return RendererInterface
  */
 protected function instantiateRenderer(ParserInterface $parser)
 {
     return GraphicPrimitiveFactory::getRenderer($parser->getShape());
 }