Jackalope\Version\Version::getContainingHistory PHP Метод

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

{@inheritDoc}
    public function getContainingHistory()
    {
        return $this->objectManager->getNode($this->parentPath, '/', 'Version\\VersionHistory');
    }