PHP Class PhpGitHooks\Module\Configuration\Domain\PhpMd

Inheritance: implements PhpGitHooks\Module\Configuration\Model\ToolInterface
Show file Open project: bruli/php-git-hooks Class Usage Examples

Public Methods

Method Description
__construct ( Undefined $undefined, Enabled $enabled, PhpMdOptions $options ) PhpMd constructor.
getOptions ( ) : PhpMdOptions
isEnabled ( ) : boolean
isUndefined ( ) : boolean
setEnabled ( Enabled $enabled ) : PhpMd
setOptions ( PhpMdOptions $options ) : PhpMd

Method Details

__construct() public method

PhpMd constructor.
public __construct ( Undefined $undefined, Enabled $enabled, PhpMdOptions $options )
$undefined Undefined
$enabled Enabled
$options PhpMdOptions

getOptions() public method

public getOptions ( ) : PhpMdOptions
return PhpMdOptions

isEnabled() public method

public isEnabled ( ) : boolean
return boolean

isUndefined() public method

public isUndefined ( ) : boolean
return boolean

setEnabled() public method

public setEnabled ( Enabled $enabled ) : PhpMd
$enabled Enabled
return PhpMd

setOptions() public method

public setOptions ( PhpMdOptions $options ) : PhpMd
$options PhpMdOptions
return PhpMd