| 1 | <?php |
||
| 5 | class Application |
||
| 6 | { |
||
| 7 | private static $config = []; |
||
| 8 | |||
| 9 | public static function setConfig(array $config) |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Return url path with site url |
||
| 16 | * @param string $url sub url |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public static function getUrl($url = '') |
||
| 23 | |||
| 24 | public static function getPublicUrl($url = '') |
||
| 28 | |||
| 29 | private static function getPrefixUrl($prefix, $path) |
||
| 36 | } |
||
| 37 |