| 1 | <?php |
||
| 7 | class ArrayConfigurationRepository implements ConfigInterface |
||
| 8 | { |
||
| 9 | |||
| 10 | protected $data; |
||
| 11 | |||
| 12 | 10 | public function __construct($data) |
|
| 19 | |||
| 20 | 3 | public function getValue($path) |
|
| 24 | |||
| 25 | public function hasValue($path) |
||
| 29 | |||
| 30 | 2 | public function getValueFlag($path) |
|
| 35 | |||
| 36 | 9 | public function xpath($xpath) |
|
| 52 | |||
| 53 | |||
| 54 | } |
||
| 55 |