Пример #1
0
 public function outputPath()
 {
     return parent::outputPath() . 'handlers/files/';
 }
Пример #2
0
 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/';
 }