| Total Complexity | 5 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class RequestAwareProvider extends DelegatingProvider |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Constructor |
||
| 18 | * |
||
| 19 | * @param \Symfony\Component\HttpFoundation\Request $request |
||
| 20 | */ |
||
| 21 | 1 | public function __construct(Request $request) |
|
| 28 | 1 | } |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @{inheritDoc} |
||
| 32 | */ |
||
| 33 | 1 | public function url($object, array $options = array()) |
|
| 47 |