1 | <?php |
||
10 | class DingoProvider extends Laravel52Provider |
||
11 | { |
||
12 | /** |
||
13 | * @var RouteCollection |
||
14 | */ |
||
15 | protected $routerCollection; |
||
16 | |||
17 | /** |
||
18 | * @param array $value |
||
19 | * |
||
20 | * @return mixed|string |
||
21 | * |
||
22 | * @throws \Exception |
||
23 | */ |
||
24 | protected function calculateRoute(array $value) |
||
42 | |||
43 | /** |
||
44 | * @param UrlGenerator $router |
||
45 | * |
||
46 | * @return mixed |
||
47 | */ |
||
48 | protected function getRouterCollection(UrlGenerator $router) |
||
63 | |||
64 | /** |
||
65 | * @param array $value |
||
66 | * @param string $route |
||
67 | * |
||
68 | * @return mixed|string |
||
69 | */ |
||
70 | protected function calculateFullPath(array &$value, $route) |
||
79 | } |
||
80 |