1 | <?php |
||
5 | class Zones extends ValuesIterator implements ZonesInterface, ZonesProviderInterface |
||
6 | { |
||
7 | use SearchableTrait; |
||
8 | |||
9 | public $unit = 'zone'; |
||
10 | |||
11 | /** |
||
12 | * @inheritDoc |
||
13 | * @return $this |
||
14 | */ |
||
15 | 9 | public function getZones() : ZonesInterface |
|
19 | |||
20 | |||
21 | /** |
||
22 | * @inheritDoc |
||
23 | * @return Exposures |
||
24 | */ |
||
25 | 18 | public function getExposures() : ExposuresInterface |
|
31 | } |
||
32 |