| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class ReaderOptions implements ReaderOptionsInterface |
||
| 9 | { |
||
| 10 | private $interpolationMode = Constants::INTERPOLATION_BILINEAR; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @return string |
||
| 14 | */ |
||
| 15 | public function getInterpolationMode() |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param string $interpolationMode |
||
| 22 | * @return $this |
||
| 23 | */ |
||
| 24 | public function setInterpolationMode($interpolationMode) |
||
| 30 |