| 1 | <?php |
||
| 17 | final class PermissionAwareLocationResolver implements LocationResolver |
||
| 18 | { |
||
| 19 | /** @var \eZ\Publish\API\Repository\LocationService */ |
||
| 20 | private $locationService; |
||
| 21 | |||
| 22 | public function __construct(LocationService $locationService) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException |
||
| 29 | * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException |
||
| 30 | * @throws \eZ\Publish\API\Repository\Exceptions\BadStateException |
||
| 31 | */ |
||
| 32 | public function resolveLocation(ContentInfo $contentInfo): Location |
||
| 51 | } |
||
| 52 |