PHPePub\Core\Structure\NCX\NavPoint::getParent PHP Méthode

getParent() public méthode

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