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