__construct() public method

Create a new command instance.
public __construct ( )
Esempio n. 1
0
 /**
  * Create a new command instance.
  */
 public function __construct()
 {
     parent::__construct();
 }