| @@ 64-70 (lines=7) @@ | ||
| 61 | return $placeholder_maps; |
|
| 62 | } |
|
| 63 | ||
| 64 | private function getConfig($key) |
|
| 65 | { |
|
| 66 | if (key_exists($key, $this->configs)) { |
|
| 67 | return $this->configs[$key]['config']; |
|
| 68 | } |
|
| 69 | return null; |
|
| 70 | } |
|
| 71 | ||
| 72 | private function getFilePath($key) |
|
| 73 | { |
|
| @@ 72-78 (lines=7) @@ | ||
| 69 | return null; |
|
| 70 | } |
|
| 71 | ||
| 72 | private function getFilePath($key) |
|
| 73 | { |
|
| 74 | if (key_exists($key, $this->configs)) { |
|
| 75 | return $this->configs[$key]['path']; |
|
| 76 | } |
|
| 77 | return null; |
|
| 78 | } |
|
| 79 | ||
| 80 | public function getEnvironment() |
|
| 81 | { |
|