eZ\Publish\Core\REST\Client\Values\Content\VersionInfo::getContentInfo PHP Méthode

getContentInfo() public méthode

Content of the content this version belongs to.
public getContentInfo ( ) : ContentInfo
Résultat ContentInfo
    public function getContentInfo()
    {
        return $this->contentService->loadContentInfo($this->contentInfoId);
    }