1 | <?php |
||
5 | class FStops extends MinMaxArrayIterator implements FStopsInterface, FStopsProviderInterface |
||
6 | { |
||
7 | use SearchableTrait; |
||
8 | |||
9 | /** |
||
10 | * @inheritDoc |
||
11 | * @return $this |
||
12 | */ |
||
13 | public function getFStops() : FStopsInterface |
||
17 | |||
18 | |||
19 | 12 | /** |
|
20 | * @inheritDoc |
||
21 | 12 | */ |
|
22 | public function getZones() : ZonesInterface |
||
29 | |||
30 | 24 | ||
31 | 6 | /** |
|
32 | 24 | * @inheritDoc |
|
33 | 24 | * @return ExposuresInterface |
|
34 | */ |
||
35 | public function getExposures() : ExposuresInterface |
||
39 | } |
||
40 |