Total Complexity | 6 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 10 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class Mailcode_Commands_Command_ShowVariable extends Mailcode_Commands_ShowBase |
||
22 | { |
||
23 | const VALIDATION_TOO_MANY_PARAMETERS = 69701; |
||
24 | |||
25 | public function getName() : string |
||
26 | { |
||
27 | return 'showvar'; |
||
28 | } |
||
29 | |||
30 | public function getLabel() : string |
||
33 | } |
||
34 | |||
35 | protected function getValidations() : array |
||
41 | ); |
||
42 | } |
||
43 | |||
44 | protected function validateSyntax_no_other_tokens() : void |
||
65 |