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

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

Méthodes publiques

Méthode Description
__construct ( boolean $commitMsg, string $regularExpression ) CommitMsgResponse constructor.
getRegularExpression ( ) : string
isCommitMsg ( ) : boolean

Method Details

__construct() public méthode

CommitMsgResponse constructor.
public __construct ( boolean $commitMsg, string $regularExpression )
$commitMsg boolean
$regularExpression string

getRegularExpression() public méthode

public getRegularExpression ( ) : string
Résultat string

isCommitMsg() public méthode

public isCommitMsg ( ) : boolean
Résultat boolean