示例#1
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct($id = false)
 {
     $this->id = $id;
     parent::__construct();
 }
示例#2
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }