1 | <?php |
||
5 | class Zones extends MinMaxArrayIterator implements ZonesInterface, ZonesProviderInterface |
||
6 | { |
||
7 | use SearchableTrait; |
||
8 | |||
9 | /** |
||
10 | * @inheritDoc |
||
11 | * @return $this |
||
12 | */ |
||
13 | 9 | public function getZones() : ZonesInterface |
|
17 | |||
18 | |||
19 | /** |
||
20 | * @inheritDoc |
||
21 | * @return Exposures |
||
22 | */ |
||
23 | 18 | public function getExposures() : ExposuresInterface |
|
29 | } |
||
30 |