@@ 55-61 (lines=7) @@ | ||
52 | return $placeholder_maps; |
|
53 | } |
|
54 | ||
55 | public function getConfig($key) |
|
56 | { |
|
57 | if (key_exists($key, $this->configs)) { |
|
58 | return $this->configs[$key]['config']; |
|
59 | } |
|
60 | return null; |
|
61 | } |
|
62 | ||
63 | public function getFilePath($key) |
|
64 | { |
|
@@ 63-69 (lines=7) @@ | ||
60 | return null; |
|
61 | } |
|
62 | ||
63 | public function getFilePath($key) |
|
64 | { |
|
65 | if (key_exists($key, $this->configs)) { |
|
66 | return $this->configs[$key]['path']; |
|
67 | } |
|
68 | return null; |
|
69 | } |
|
70 | ||
71 | public function getEnvironment() |
|
72 | { |