| 1 | <?php |
||
| 21 | class ImageEvent extends Event |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @var |
||
| 25 | */ |
||
| 26 | protected $image; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * ImageEvent constructor. |
||
| 30 | * |
||
| 31 | * @param ResponsiveImageInterface|NULL $image |
||
| 32 | */ |
||
| 33 | public function __construct(ResponsiveImageInterface $image = null) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return mixed |
||
| 40 | */ |
||
| 41 | public function getImage() |
||
| 45 | } |