| 1 | <?php |
||
| 10 | class EnvironmentFactory |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @param array $config |
||
| 14 | * @param \Assimtech\Tempo\Node\NodeInterface[] $nodes |
||
| 15 | * @return \Assimtech\Tempo\Environment[] |
||
| 16 | */ |
||
| 17 | 1 | public function create(array $config, array $nodes) |
|
| 30 | |||
| 31 | 1 | protected function constructEnvironment($environmentConfig, $nodes) |
|
| 51 | } |
||
| 52 |