1 | <?php |
||
5 | class FStops extends MinMaxArrayIterator implements FStopsInterface, FStopsProviderInterface |
||
6 | { |
||
7 | /** |
||
8 | * @inheritDoc |
||
9 | * @return $this |
||
10 | */ |
||
11 | public function getFStops() : FStopsInterface |
||
15 | |||
16 | /** |
||
17 | * @inheritDoc |
||
18 | */ |
||
19 | 12 | public function search( float $fstop ) |
|
23 | |||
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | */ |
||
28 | 24 | public function getZones() : ZonesInterface |
|
35 | |||
36 | |||
37 | /** |
||
38 | * @inheritDoc |
||
39 | * @return ExposuresInterface |
||
40 | */ |
||
41 | 12 | public function getExposures() : ExposuresInterface |
|
45 | } |
||
46 |