Total Complexity | 5 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class Mailcode_Translator_Syntax_ApacheVelocity_ShowVariable extends Mailcode_Translator_Syntax_ApacheVelocity implements Mailcode_Translator_Command_ShowVariable |
||
22 | { |
||
23 | public function translate(Mailcode_Commands_Command_ShowVariable $command): string |
||
35 | } |
||
36 | |||
37 | private function renderDecryptionKey(Mailcode_Commands_Command_ShowVariable $command) : string |
||
66 |