eZ\Publish\Core\Repository\Values\Content\VersionInfo::getContentInfo PHP Method

getContentInfo() public method

Content of the content this version belongs to.
public getContentInfo ( ) : eZ\Publish\API\Repository\Values\Content\ContentInfo
return eZ\Publish\API\Repository\Values\Content\ContentInfo
    public function getContentInfo()
    {
        return $this->contentInfo;
    }