@@ -1,18 +1,18 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @package CleverStyle CMS |
|
4 | - * @author Nazar Mokrynskyi <[email protected]> |
|
5 | - * @copyright Copyright (c) 2015, Nazar Mokrynskyi |
|
6 | - * @license MIT License, see license.txt |
|
7 | - */ |
|
3 | + * @package CleverStyle CMS |
|
4 | + * @author Nazar Mokrynskyi <[email protected]> |
|
5 | + * @copyright Copyright (c) 2015, Nazar Mokrynskyi |
|
6 | + * @license MIT License, see license.txt |
|
7 | + */ |
|
8 | 8 | namespace cs; |
9 | 9 | /** |
10 | - * Provides next events: |
|
11 | - * System/Route/routing_replace |
|
12 | - * ['rc' => &$rc] //Reference to string with current route, this string can be changed |
|
13 | - * |
|
14 | - * @method static Route instance($check = false) |
|
15 | - */ |
|
10 | + * Provides next events: |
|
11 | + * System/Route/routing_replace |
|
12 | + * ['rc' => &$rc] //Reference to string with current route, this string can be changed |
|
13 | + * |
|
14 | + * @method static Route instance($check = false) |
|
15 | + */ |
|
16 | 16 | class Route { |
17 | 17 | use |
18 | 18 | Singleton; |