PHPePub\Core\Structure\NCX\NavPoint::getParent PHP 메소드

getParent() 공개 메소드

Get the parent to this NavPoint.
public getParent ( ) : PHPePub\Core\Structure\NCX\AbstractNavEntry
리턴 PHPePub\Core\Structure\NCX\AbstractNavEntry if the parent is the root.
    function getParent()
    {
        return $this->parent;
    }