| 1 | <?php |
||
| 9 | final class ServerCollectionBuilder implements Objects\ServerCollectionFactory |
||
| 10 | { |
||
| 11 | private $servers = []; |
||
| 12 | |||
| 13 | 4 | public function addServers(Objects\ServerFactory ...$servers): self |
|
| 21 | |||
| 22 | 4 | public function createServerCollection(): Objects\ServerCollection |
|
| 33 | |||
| 34 | 4 | private function getServers(): array |
|
| 38 | } |
||
| 39 |