PHPePub\Core\EPub::DANGER_getOpf PHP 메소드

DANGER_getOpf() 공개 메소드

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