Total Complexity | 4 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | final class Properties extends ImmutableCollection implements MapsProperties |
||
19 | { |
||
20 | public function __construct(MapsProperty ...$properties) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Creates a new list of property mappings. |
||
27 | * |
||
28 | * @param MapsProperty[] ...$properties The property mappings. |
||
29 | * @return Properties The property mapping container. |
||
30 | */ |
||
31 | public static function map( |
||
36 | } |
||
37 | |||
38 | /** @inheritdoc */ |
||
39 | public function current() : MapsProperty |
||
42 | } |
||
43 | |||
44 | /** @inheritdoc */ |
||
45 | public function offsetGet($offset) : MapsProperty |
||
50 |