| 1 | <?php |
||
| 7 | class Application |
||
| 8 | { |
||
| 9 | private static $config = []; |
||
| 10 | |||
| 11 | public static function setConfig(array $config) |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Return url path with site url |
||
| 18 | * @param string $url sub url |
||
| 19 | * @return string |
||
| 20 | */ |
||
| 21 | public static function getUrl($url = '') |
||
| 25 | |||
| 26 | public static function getPublicUrl($url = '') |
||
| 30 | |||
| 31 | private static function getPrefixUrl($prefix, $path) |
||
| 38 | } |
||
| 39 |