__construct() публичный Метод

Create a new command instance.
public __construct ( )
Пример #1
0
 /**
  * Create a new command instance.
  */
 public function __construct()
 {
     parent::__construct();
 }