eZ\Publish\Core\REST\Client\Values\Content\Relation::getDestinationContentInfo PHP Метод

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