PHP Class PhpGitHooks\Module\Configuration\Contract\Response\PhpUnitGuardCoverageResponse

Afficher le fichier Open project: bruli/php-git-hooks

Méthodes publiques

Méthode Description
__construct ( boolean $enabled, string $warningMessage ) PhpUnitGuardCoverageResponse constructor.
getWarningMessage ( ) : string
isEnabled ( ) : boolean

Method Details

__construct() public méthode

PhpUnitGuardCoverageResponse constructor.
public __construct ( boolean $enabled, string $warningMessage )
$enabled boolean
$warningMessage string

getWarningMessage() public méthode

public getWarningMessage ( ) : string
Résultat string

isEnabled() public méthode

public isEnabled ( ) : boolean
Résultat boolean