コード例 #1
0
ファイル: BuildCommand.php プロジェクト: sixlive/jigsaw
 public function __construct($jigsaw, $sourcePath, $buildPath)
 {
     $this->sourcePath = $sourcePath;
     $this->buildPath = $buildPath;
     $this->jigsaw = $jigsaw;
     parent::__construct();
 }
コード例 #2
0
ファイル: InitCommand.php プロジェクト: lordoffreaks/puzzle
 public function __construct(Filesystem $files)
 {
     $this->files = $files;
     $this->base = getcwd();
     $this->sites = dirname(dirname(__DIR__)) . '/sites';
     parent::__construct();
 }
コード例 #3
0
ファイル: InitCommand.php プロジェクト: thatleeguy/jigsaw
 public function __construct(Filesystem $files)
 {
     $this->files = $files;
     $this->base = getcwd();
     parent::__construct();
 }
コード例 #4
0
ファイル: InitCommand.php プロジェクト: sixlive/jigsaw
 public function __construct(Filesystem $files)
 {
     $this->files = $files;
     parent::__construct();
 }