Example #1
0
 public function outputPath()
 {
     return parent::outputPath() . 'handlers/files/';
 }
Example #2
0
 public function outputPath()
 {
     return parent::outputPath() . 'cache/';
 }
Example #3
0
 public function outputPath()
 {
     return parent::outputPath() . 'handlers/script/';
 }
 public function outputPath()
 {
     return parent::outputPath() . 'handlers/directories/';
 }
Example #5
0
 public function outputPath()
 {
     return parent::outputPath() . 'commands/';
 }