eZ\Publish\Core\REST\Client\Values\Content\VersionInfo::getContentInfo PHP Метод

getContentInfo() публичный Метод

Content of the content this version belongs to.
public getContentInfo ( ) : ContentInfo
Результат ContentInfo
    public function getContentInfo()
    {
        return $this->contentService->loadContentInfo($this->contentInfoId);
    }