コード例 #1
0
ファイル: ControllerCommand.php プロジェクト: bluzphp/bluzman
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setFs(new Filesystem());
 }
コード例 #2
0
ファイル: AllCommand.php プロジェクト: bluzphp/bluzman
 public function __construct($name = null)
 {
     parent::__construct($name);
 }