protected function init()
 {
     parent::init();
     $this->initTarget();
     $this->initRootHref();
     $this->initTemplate();
     $this->initConversionProcess();
     $this->initHeadingsProcess();
     $this->initTocProcess();
     $this->initRenderingProcess();
 }
示例#2
0
 protected function init()
 {
     parent::init();
     $this->initTarget();
     $this->initRootHref();
     $this->initCommonMarkExtensions();
     $this->initTemplate();
     $this->initTocDepth();
     $this->initCopyright();
     $this->initConversionProcess();
     $this->initHeadingsProcess();
     $this->initCopyImageProcess();
     $this->initTocProcess();
     $this->initRenderingProcess();
     $this->initCopyrightProcess();
 }