PHP 클래스 Pressbooks\Modules\Export\InDesign\Icml

상속: extends Pressbooks\Modules\Export\Export
파일 보기 프로젝트 열기: pressbooks/pressbooks 1 사용 예제들

공개 메소드들

메소드 설명
__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

보호된 메소드들

메소드 설명
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

메소드 상세

__construct() 공개 메소드

public __construct ( array $args )
$args array

bookHtmlError() 보호된 메소드

Log problems with $book_html that probably caused transformXML() to fail.
protected bookHtmlError ( $book_html ) : string
$book_html
리턴 string

convert() 공개 메소드

Create $this->outputPath
public convert ( ) : boolean
리턴 boolean

hasDependencies() 정적인 공개 메소드

Dependency check.
static public hasDependencies ( ) : boolean
리턴 boolean

logError() 공개 메소드

Add $this->outputPath as additional log info, fallback to parent.
public logError ( $message, array $more_info = [] )
$message
$more_info array (unused, overridden)

preProcessBookContents() 보호된 메소드

protected preProcessBookContents ( $book_contents ) : mixed
$book_contents
리턴 mixed

preProcessPostContent() 보호된 메소드

protected preProcessPostContent ( string $content ) : string
$content string
리턴 string

tidy() 보호된 메소드

Tidy HTML
protected tidy ( string $html ) : string
$html string
리턴 string

validate() 공개 메소드

Check the sanity of $this->outputPath
public validate ( ) : boolean
리턴 boolean