1 | <?php |
||
11 | class ConfigurationKeyRepository extends ArrayKeyRepository |
||
12 | { |
||
13 | /** |
||
14 | * @param Configuration $config a config that has a list of valid keys in the stored $configKey |
||
15 | * @param $namespace |
||
16 | * @param string $configKey key to use when accessing the list of valid keys from the $config |
||
17 | */ |
||
18 | 4 | public function __construct(Configuration $config, string $namespace, string $configKey = 'keys') |
|
30 | } |
||
31 |