| 1 | <?php |
||
| 13 | class RotateFilterLoader implements LoaderInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Loads and applies a filter on the given image. |
||
| 17 | * |
||
| 18 | * @param ImageInterface $image |
||
| 19 | * @param array $options |
||
| 20 | * |
||
| 21 | * @return ManipulatorInterface |
||
| 22 | */ |
||
| 23 | public function load(ImageInterface $image, array $options = array()) |
||
| 29 | } |
||
| 30 |