PHP Class PhpGitHooks\Module\Configuration\Domain\PhpLint

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

Public Methods

Method Description
__construct ( Undefined $undefined, Enabled $enabled ) PhpLint constructor.
isEnabled ( ) : boolean
isUndefined ( ) : boolean
setEnabled ( Enabled $enabled ) : PhpLint

Method Details

__construct() public method

PhpLint constructor.
public __construct ( Undefined $undefined, Enabled $enabled )
$undefined Undefined
$enabled Enabled

isEnabled() public method

public isEnabled ( ) : boolean
return boolean

isUndefined() public method

public isUndefined ( ) : boolean
return boolean

setEnabled() public method

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