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

ファイルを表示 Open project: bruli/php-git-hooks

Public Methods

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

Method Details

__construct() public method

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

getRegularExpression() public method

public getRegularExpression ( ) : string
return string

isCommitMsg() public method

public isCommitMsg ( ) : boolean
return boolean