Example #1
0
 public function __construct(Generator $generator, Simulator $simulator)
 {
     parent::__construct();
     $this->generator = $generator;
     $this->simulator = $simulator;
     $this->simulator->run();
 }
Example #2
0
 public function __construct(Generator $generator)
 {
     parent::__construct();
     $this->generator = $generator;
 }