| 1 | <?php |
||
| 14 | class RequestHeaderPathExpansionChecker implements PathExpansionChecker |
||
| 15 | { |
||
| 16 | use RequestStackAware; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Tests if the link at $documentPath must be expanded. |
||
| 20 | * |
||
| 21 | * @param string $documentPath Path in a rest generator (example: Content.Owner). |
||
| 22 | * |
||
| 23 | * @return bool |
||
| 24 | */ |
||
| 25 | public function needsExpansion($documentPath) |
||
| 49 | } |
||
| 50 |