コード例 #1
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct(FormDumperGenerator $generator)
 {
     parent::__construct();
     $this->generator = $generator;
 }
コード例 #2
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct(SeedGenerator $generator)
 {
     parent::__construct();
     $this->generator = $generator;
 }
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct(ControllerGenerator $generator)
 {
     parent::__construct();
     $this->generator = $generator;
 }