convert() public method

Create $this->outputPath
public convert ( ) : boolean
return boolean
示例#1
0
 /**
  * Create $this->outputPath
  *
  * @return bool
  */
 function convert()
 {
     // HTML5 targeted css
     $this->extraCss = $this->dir . '/templates/epub3/css/css3.css';
     return parent::convert();
 }