PHP Class PressBooks\Modules\Export\Mobi\Kindlegen

Inheritance: extends Pressbooks\Modules\Export\Export
ファイルを表示 Open project: pressbooks/pressbooks Class Usage Examples

Public Properties

Property Type Description
$hasWarnings boolean

Public Methods

Method Description
__construct ( array $args )
convert ( ) : boolean Create $this->outputPath
hasDependencies ( ) : boolean Dependency check.
validate ( ) : boolean Check the sanity of $this->outputPath

Method Details

__construct() public method

public __construct ( array $args )
$args array

convert() public method

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

hasDependencies() static public method

Dependency check.
static public hasDependencies ( ) : boolean
return boolean

validate() public method

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

Property Details

$hasWarnings public_oe property

public bool $hasWarnings
return boolean