PHPePub\Core\Structure\NCX\NavPoint::getParent PHP Method

getParent() public method

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