PHPePub\Core\EPub::DANGER_getNcx PHP Method

DANGER_getNcx() public method

The Ncx data isn't generated before the ePub is finalized.
public DANGER_getNcx ( ) : null | PHPePub\Core\Structure\Ncx
return null | PHPePub\Core\Structure\Ncx The Ncx Navigation class
    public function DANGER_getNcx()
    {
        return $this->dangermode ? $this->ncx : null;
    }