| 1 | <?php |
||
| 15 | class ProtectedPropertiesMap extends PropertyGenerator |
||
| 16 | { |
||
| 17 | public const KEY_DEFAULT_VALUE = 'defaultValue'; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Constructor |
||
| 21 | * |
||
| 22 | * @throws InvalidArgumentException |
||
| 23 | */ |
||
| 24 | public function __construct(Properties $properties) |
||
| 37 | 4 | ||
| 38 | 4 | /** @return string[] */ |
|
| 39 | private function getMap(Properties $properties) : array |
||
| 49 | } |
||
| 50 |