Total Complexity | 4 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | trait UrlMethodsTrait |
||
13 | { |
||
14 | |||
15 | |||
16 | /** |
||
17 | * Get the full url to a original media file. |
||
18 | * |
||
19 | * @param string $conversionName |
||
20 | * |
||
21 | * @return string |
||
22 | */ |
||
23 | public function getFullUrl(string $conversionName = ''): string |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Get the url to a original media file. |
||
30 | * |
||
31 | * @param string $conversionName |
||
32 | * |
||
33 | * @return string |
||
34 | */ |
||
35 | public function getUrl(string $conversionName = ''): string |
||
40 | } |
||
41 | } |