1 | <?php |
||
9 | abstract class GeneratorHelperCommand extends SlimeCommand |
||
10 | { |
||
11 | use StdInReader; |
||
12 | |||
13 | public function run() |
||
28 | |||
29 | protected abstract function getFilePath(); |
||
30 | |||
31 | protected function getHead() |
||
35 | |||
36 | protected function getFileName() |
||
40 | |||
41 | protected function getFileExtension() |
||
45 | |||
46 | protected function getStub() |
||
50 | |||
51 | private function getFullFileName() |
||
60 | |||
61 | protected function checkDir($dirName) |
||
65 | |||
66 | protected function checkFile($fullFileName) |
||
78 | |||
79 | } |