PHP Class eZ\Publish\Core\REST\Client\Values\Content\Relation

See also: eZ\Publish\API\Repository\Values\Content\Relation
Inheritance: extends eZ\Publish\API\Repository\Values\Content\Relation
Show file Open project: ezsystems/ezpublish-kernel

Protected Properties

Property Type Description
$destinationContentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo
$sourceContentInfo eZ\Publish\API\Repository\Values\Content\ContentInfo
$type integer

Public Methods

Method Description
getDestinationContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo the content of the destination content of the relation.
getSourceContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo the content of the source content of the relation.

Method Details

getDestinationContentInfo() public method

the content of the destination content of the relation.
public getDestinationContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo

getSourceContentInfo() public method

the content of the source content of the relation.
public getSourceContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo

Property Details

$destinationContentInfo protected property

protected ContentInfo,eZ\Publish\API\Repository\Values\Content $destinationContentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo

$sourceContentInfo protected property

protected ContentInfo,eZ\Publish\API\Repository\Values\Content $sourceContentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo

$type protected property

protected int $type
return integer