Total Complexity | 5 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
18 | final class MakeItemMiddleware extends AbstractMaker |
||
19 | { |
||
20 | 1 | public static function getCommandName(): string |
|
21 | { |
||
22 | 1 | return 'make:roach:middleware:spider:item'; |
|
23 | } |
||
24 | |||
25 | 2 | protected static function getDescriptionClass(): string |
|
28 | } |
||
29 | |||
30 | 1 | protected function getSuffix(): string |
|
31 | { |
||
32 | 1 | return 'ItemMiddleware'; |
|
33 | } |
||
34 | |||
35 | 1 | protected function getNamespace(): string |
|
38 | } |
||
39 | |||
40 | 1 | protected function getTemplateFilename(): string |
|
43 | } |
||
44 | } |
||
45 |