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);
    }