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