| 1 | <?php |
||
| 18 | final class UnauthorizedRelationListItem extends UnauthorizedListItem implements RelationListItemInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @return \eZ\Publish\API\Repository\Values\Content\Relation|null |
||
| 22 | */ |
||
| 23 | public function getRelation(): ?Relation |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @return bool |
||
| 30 | */ |
||
| 31 | public function hasRelation(): bool |
||
| 35 | } |
||
| 36 |