| Total Complexity | 6 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | class SetVariableTranslation extends ApacheVelocity implements Mailcode_Translator_Command_SetVariable |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @param Mailcode_Commands_Command_SetVariable $command |
||
| 28 | * @return string |
||
| 29 | * @throws Mailcode_Exception |
||
| 30 | */ |
||
| 31 | public function translate(Mailcode_Commands_Command_SetVariable $command): string |
||
| 47 | ); |
||
| 48 | } |
||
| 49 | |||
| 50 | private function buildCountAssignment(Mailcode_Commands_Command_SetVariable $command) : ?string |
||
| 72 |