getDestinationContentInfo()
공개 메소드
the content of the destination content of the relation.
public getDestinationContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo |
리턴 |
eZ\Publish\API\Repository\Values\Content\ContentInfo |
|
getSourceContentInfo()
공개 메소드
the content of the source content of the relation.
public getSourceContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo |
리턴 |
eZ\Publish\API\Repository\Values\Content\ContentInfo |
|
$destinationContentInfo 보호되어 있는 프로퍼티
the content of the destination content of the relation.
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $destinationContentInfo |
리턴 |
eZ\Publish\API\Repository\Values\Content\ContentInfo |
|
$sourceContentInfo 보호되어 있는 프로퍼티
the content of the source content of the relation.
protected ContentInfo,eZ\Publish\API\Repository\Values\Content $sourceContentInfo |
리턴 |
eZ\Publish\API\Repository\Values\Content\ContentInfo |
|