| 1 | <?php |
||
| 9 | final class ServerVariablesBuilder implements Objects\ServerVariablesFactory |
||
| 10 | { |
||
| 11 | private $variables = []; |
||
| 12 | |||
| 13 | 1 | public function addVariables(iterable $variables): self |
|
| 21 | |||
| 22 | 2 | public function createServerVariables(): Objects\ServerVariables |
|
| 33 | |||
| 34 | 2 | public function setVariable(string $key, Objects\ServerVariableFactory $variable): self |
|
| 40 | |||
| 41 | 2 | private function getVariables(): array |
|
| 45 | } |
||
| 46 |