| 1 | <?php |
||
| 10 | class Flip extends BaseManipulator |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Perform flip image manipulation. |
||
| 14 | * @param Image $image The source image. |
||
| 15 | * @return Image The manipulated image. |
||
| 16 | */ |
||
| 17 | public function run(Image $image) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Resolve flip. |
||
| 32 | * @return string The resolved flip. |
||
| 33 | */ |
||
| 34 | public function getFlip() |
||
| 40 | } |
||
| 41 |