Total Complexity | 8 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
17 | class Url extends \Phalcon\Mvc\Url |
||
18 | { |
||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | * |
||
22 | * @param array|string|null $uri |
||
23 | * @param mixed $args |
||
24 | * @param bool|null $local |
||
25 | * @param mixed $baseUri |
||
26 | * |
||
27 | * @return string |
||
28 | */ |
||
29 | 2 | public function get($uri = null, $args = null, bool $local = null, $baseUri = null): string |
|
32 | } |
||
33 | |||
34 | /** |
||
35 | * @param string $path |
||
36 | * |
||
37 | * @return string |
||
38 | */ |
||
39 | 2 | public static function getAbsolutePath(string $path): string |
|
68 |