PHP 클래스 PressBooks\Modules\Export\Mobi\Kindlegen

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

공개 프로퍼티들

프로퍼티 타입 설명
$hasWarnings boolean

공개 메소드들

메소드 설명
__construct ( array $args )
convert ( ) : boolean Create $this->outputPath
hasDependencies ( ) : boolean Dependency check.
validate ( ) : boolean Check the sanity of $this->outputPath

메소드 상세

__construct() 공개 메소드

public __construct ( array $args )
$args array

convert() 공개 메소드

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

hasDependencies() 정적인 공개 메소드

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

validate() 공개 메소드

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

프로퍼티 상세

$hasWarnings 공개적으로 프로퍼티

public bool $hasWarnings
리턴 boolean