示例#1
0
 /**
  * Perform render
  *
  * @param FixtureInterface $fixture
  * @return void
  */
 public function render(FixtureInterface $fixture)
 {
     $this->callRender($fixture->getType(), 'fill', ['fixture' => $fixture]);
 }