Total Complexity | 10 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
25 | class UrlHelper extends CraftUrlHelper |
||
26 | { |
||
27 | // Public Static Properties |
||
28 | // ========================================================================= |
||
29 | |||
30 | // Public Static Methods |
||
31 | // ========================================================================= |
||
32 | |||
33 | /** |
||
34 | * Return an absolute URL with protocol that curl will be happy with |
||
35 | * |
||
36 | * @param string $url |
||
37 | * |
||
38 | * @return string |
||
39 | */ |
||
40 | public static function absoluteUrlWithProtocol($url) |
||
68 |