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 |
|
$destinationContentInfo protected property
the content of the destination content of the relation.
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $destinationContentInfo |
return |
eZ\Publish\API\Repository\Values\Content\ContentInfo |
|
$sourceContentInfo protected property
the content of the source content of the relation.
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $sourceContentInfo |
return |
eZ\Publish\API\Repository\Values\Content\ContentInfo |
|