Jackalope\Version\Version::getContainingHistory PHP 메소드

getContainingHistory() 공개 메소드

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