PHPePub\Core\EPub::getCurrentLevel PHP Method

getCurrentLevel() public method

The indentation of the current structure point.
public getCurrentLevel ( ) : integer
return integer current level count;
    function getCurrentLevel()
    {
        return $this->ncx->getCurrentLevel();
    }