eZ\Publish\Core\REST\Client\Values\Content\Relation::getDestinationContentInfo PHP Method

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
    public function getDestinationContentInfo()
    {
        return $this->destinationContentInfo;
    }