1 | <?php |
||
5 | class FStops extends ValuesIterator implements FStopsInterface, FStopsProviderInterface |
||
6 | { |
||
7 | use SearchableTrait; |
||
8 | |||
9 | public $unit = 'fstop'; |
||
10 | |||
11 | /** |
||
12 | * @inheritDoc |
||
13 | * @return $this |
||
14 | */ |
||
15 | 9 | public function getFStops() : FStopsInterface |
|
19 | |||
20 | |||
21 | /** |
||
22 | * @inheritDoc |
||
23 | */ |
||
24 | 18 | public function getZones() : ZonesInterface |
|
31 | |||
32 | |||
33 | /** |
||
34 | * @inheritDoc |
||
35 | * @return ExposuresInterface |
||
36 | */ |
||
37 | 9 | public function getExposures() : ExposuresInterface |
|
41 | } |
||
42 |