| 1 | <?php |
||
| 9 | class ImageUrlGenerator extends AbstractUrlGenerator |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param MediaInterface $media |
||
| 13 | * @param int $width |
||
| 14 | * @param int $height |
||
| 15 | * @param array $extra |
||
| 16 | * @param null $routeName |
||
| 17 | * @param int $referenceType |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | 4 | public function generateImageUrl( |
|
| 30 | } |
||
| 31 |