Method | Description | |
---|---|---|
__construct ( array $args ) | ||
convert ( ) : boolean | Create $this->outputPath | |
hasDependencies ( ) : boolean | Dependency check. | |
logError ( $message, array $more_info = [] ) | Add $this->outputPath as additional log info, fallback to parent. | |
validate ( ) : boolean | Check the sanity of $this->outputPath |
Method | Description | |
---|---|---|
bookHtmlError ( $book_html ) : string | Log problems with $book_html that probably caused transformXML() to fail. | |
preProcessBookContents ( $book_contents ) : mixed | ||
preProcessPostContent ( string $content ) : string | ||
tidy ( string $html ) : string | Tidy HTML |
protected bookHtmlError ( $book_html ) : string | ||
$book_html | ||
return | string |
static public hasDependencies ( ) : boolean | ||
return | boolean |
protected preProcessBookContents ( $book_contents ) : mixed | ||
$book_contents | ||
return | mixed |
protected preProcessPostContent ( string $content ) : string | ||
$content | string | |
return | string |