| 1 | <?php |
||
| 5 | class Exposures extends MinMaxArrayIterator implements ExposuresInterface, ExposuresProviderInterface |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @inheritDoc |
||
| 9 | * @return $this |
||
| 10 | */ |
||
| 11 | 9 | public function getExposures() : ExposuresInterface |
|
| 15 | |||
| 16 | /** |
||
| 17 | * @inheritDoc |
||
| 18 | */ |
||
| 19 | 9 | public function search( float $logH ) |
|
| 23 | |||
| 24 | } |
||
| 25 |