1 | <?php |
||
8 | abstract class ServiceAbstract |
||
9 | { |
||
10 | protected $command; |
||
11 | |||
12 | protected $key; |
||
13 | |||
14 | protected $naming; |
||
15 | |||
16 | protected $filesystem; |
||
17 | |||
18 | public function __construct(MakeEntity $command) |
||
27 | |||
28 | protected function addGeneratedFileToIdeStack() |
||
34 | |||
35 | private function getSplFile(string $pathToFile): \SplFileInfo |
||
45 | } |
||
46 |