1 | <?php |
||
5 | class Zones extends MinMaxArrayIterator implements ZonesInterface, ZonesProviderInterface |
||
6 | { |
||
7 | /** |
||
8 | * @inheritDoc |
||
9 | * @return $this |
||
10 | */ |
||
11 | 9 | public function getZones() : ZonesInterface |
|
15 | |||
16 | /** |
||
17 | * @inheritDoc |
||
18 | */ |
||
19 | 9 | public function search( float $zone ) |
|
23 | |||
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | * @return Exposures |
||
28 | */ |
||
29 | public function getExposures() : ExposuresInterface |
||
35 | } |
||
36 |