コード例 #1
0
ファイル: FilesHandlerTest.php プロジェクト: aedart/scaffold
 public function outputPath()
 {
     return parent::outputPath() . 'handlers/files/';
 }
コード例 #2
0
ファイル: CacheTest.php プロジェクト: aedart/scaffold
 public function outputPath()
 {
     return parent::outputPath() . 'cache/';
 }
コード例 #3
0
 public function outputPath()
 {
     return parent::outputPath() . 'handlers/script/';
 }
コード例 #4
0
 public function outputPath()
 {
     return parent::outputPath() . 'handlers/directories/';
 }
コード例 #5
0
 public function dataPath()
 {
     return parent::dataPath() . 'commands/';
 }