| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class Mailcode_Factory_CommandSets_Set_Variables extends Mailcode_Factory_CommandSets_Set |
||
| 20 | { |
||
| 21 | private Mailcode_Variables $variables; |
||
| 22 | |||
| 23 | protected function init(): void |
||
| 26 | } |
||
| 27 | |||
| 28 | public function fullName(string $fullName) : Mailcode_Variables_Variable |
||
| 29 | { |
||
| 30 | return $this->variables->createVariableByName($fullName); |
||
| 31 | } |
||
| 32 | |||
| 33 | public function pathName(string $path, ?string $name=null) : Mailcode_Variables_Variable |
||
| 36 | } |
||
| 37 | } |
||
| 38 |