| 1 | <?php |
||
| 5 | class AggregateEnv implements EnvInterface |
||
| 6 | { |
||
| 7 | protected $extensions = []; |
||
| 8 | |||
| 9 | 4 | public function __construct(EnvInterface ...$envs) |
|
| 15 | |||
| 16 | 1 | public function __isset(string $prop): bool |
|
| 25 | |||
| 26 | 2 | public function extend(EnvInterface $extension) |
|
| 32 | |||
| 33 | 2 | public function __get(string $prop) |
|
| 43 | } |
||
| 44 |