| Total Complexity | 4 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Mailcode_Commands_Command_ShowSnippet |
||
| 22 | extends Mailcode_Commands_ShowBase |
||
| 23 | implements |
||
| 24 | Mailcode_Interfaces_Commands_Validation_NoHTML, |
||
| 25 | NamespaceInterface |
||
| 26 | { |
||
| 27 | use Mailcode_Traits_Commands_Validation_NoHTML; |
||
| 28 | use NamespaceTrait; |
||
| 29 | |||
| 30 | public function getName(): string |
||
| 31 | { |
||
| 32 | return 'showsnippet'; |
||
| 33 | } |
||
| 34 | |||
| 35 | public function getLabel(): string |
||
| 36 | { |
||
| 37 | return t('Show text snippet'); |
||
| 38 | } |
||
| 39 | |||
| 40 | protected function getValidations(): array |
||
| 46 | ); |
||
| 47 | } |
||
| 48 | |||
| 49 | public function generatesContent(): bool |
||
| 54 |