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