| Total Complexity | 4 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Mailcode_Factory_CommandSets_Set_Set extends Mailcode_Factory_CommandSets_Set |
||
| 22 | { |
||
| 23 | public function var(string $variableName, string $value, bool $quoteValue=true) : Mailcode_Commands_Command_SetVariable |
||
| 49 | } |
||
| 50 | |||
| 51 | /** |
||
| 52 | * Treats the value as a string literal, so automatically adds quotes around it. |
||
| 53 | * |
||
| 54 | * @param string $variableName |
||
| 55 | * @param string $value |
||
| 56 | * @return Mailcode_Commands_Command_SetVariable |
||
| 57 | * @throws Mailcode_Factory_Exception |
||
| 58 | */ |
||
| 59 | public function varString(string $variableName, string $value) : Mailcode_Commands_Command_SetVariable |
||
| 64 |