1 | <?php |
||
17 | class RelationListItem implements RelationListItemInterface |
||
18 | { |
||
19 | /** @var \eZ\Publish\API\Repository\Values\Content\Relation */ |
||
20 | private $relation; |
||
21 | |||
22 | public function __construct(Relation $relation) |
||
26 | |||
27 | public function getRelation(): ?Relation |
||
31 | |||
32 | public function hasRelation(): bool |
||
36 | } |
||
37 |