Total Complexity | 6 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
16 | final class MakeSpider extends AbstractMaker |
||
17 | { |
||
18 | 1 | public static function getCommandName(): string |
|
19 | { |
||
20 | 1 | return 'make:roach:spider'; |
|
21 | } |
||
22 | |||
23 | 1 | protected static function getDescriptionClass(): string |
|
24 | { |
||
25 | 1 | return 'spider'; |
|
26 | } |
||
27 | |||
28 | 1 | protected function getSuffix(): string |
|
29 | { |
||
30 | 1 | return 'Spider'; |
|
31 | } |
||
32 | |||
33 | 1 | protected function getNamespace(): string |
|
36 | } |
||
37 | |||
38 | 1 | protected function getTemplateFilename(): string |
|
41 | } |
||
42 | |||
43 | 1 | protected function getAfterSuccessMessage(): string |
|
48 | ); |
||
49 | } |
||
51 |