PHPePub\Core\EPub::DANGER_getOpf PHP Method

DANGER_getOpf() public method

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