1 | <?php |
||
5 | class Zones extends MinMaxArrayIterator implements ZonesInterface, ZonesProviderInterface |
||
6 | { |
||
7 | /** |
||
8 | * @inheritDoc |
||
9 | * @return $this |
||
10 | */ |
||
11 | 9 | public function getZones() : ZonesInterface |
|
12 | { |
||
13 | 9 | return $this; |
|
14 | } |
||
15 | |||
16 | /** |
||
17 | * @inheritDoc |
||
18 | * @return Exposures |
||
19 | */ |
||
20 | public function getExposures() : ExposuresInterface |
||
26 | } |
||
27 |