Skip to content

Commit

Permalink
Update src/contracts/Repository/Values/Content/Relation.php
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
  • Loading branch information
mnocon and adriendupuis authored Jul 3, 2024
1 parent c8870f9 commit a3da3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contracts/Repository/Values/Content/Relation.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
*
* @property-read mixed $id the internal id of the relation
* @property-read string $sourceFieldDefinitionIdentifier the field definition identifier of the field where this relation is anchored if the relation is of type EMBED, LINK, or ATTRIBUTE
* @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $sourceContentInfo - calls {@see Relation::getSourceContentInfo()}
* @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContentInfo - calls {@see Relation::getDestinationContentInfo()}
* @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $sourceContentInfo Calls {@see Relation::getSourceContentInfo()}
* @property-read \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo $destinationContentInfo Calls {@see Relation::getDestinationContentInfo()}
* @property-read int $type The relation type bitmask containing one or more of Relation::COMMON, Relation::EMBED, Relation::LINK, Relation::FIELD
*/
abstract class Relation extends ValueObject
Expand Down

0 comments on commit a3da3e4

Please sign in to comment.