| 1 | <?php |
||
| 5 | class S3UrlGenerator extends BaseUrlGenerator |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * Get the url for the profile of a media item. |
||
| 9 | * |
||
| 10 | * @return string |
||
| 11 | */ |
||
| 12 | public function getUrl(): string |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Get the url for the profile of a media item. |
||
| 19 | * |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | public function getPath(): string |
||
| 26 | } |
||
| 27 |