PHP 클래스 PhpGitHooks\Module\Configuration\Domain\CommitMsg

상속: implements PhpGitHooks\Module\Configuration\Model\ToolInterface
파일 보기 프로젝트 열기: bruli/php-git-hooks 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Undefined $undefined, Enabled $enabled, RegularExpression $regularExpression ) CommitMsg constructor.
addRegularExpression ( RegularExpression $regularExpression ) : CommitMsg
getRegularExpression ( ) : RegularExpression
isEnabled ( ) : boolean
isUndefined ( ) : boolean
setEnabled ( Enabled $enabled ) : CommitMsg

메소드 상세

__construct() 공개 메소드

CommitMsg constructor.
public __construct ( Undefined $undefined, Enabled $enabled, RegularExpression $regularExpression )
$undefined Undefined
$enabled Enabled
$regularExpression RegularExpression

addRegularExpression() 공개 메소드

public addRegularExpression ( RegularExpression $regularExpression ) : CommitMsg
$regularExpression RegularExpression
리턴 CommitMsg

getRegularExpression() 공개 메소드

public getRegularExpression ( ) : RegularExpression
리턴 RegularExpression

isEnabled() 공개 메소드

public isEnabled ( ) : boolean
리턴 boolean

isUndefined() 공개 메소드

public isUndefined ( ) : boolean
리턴 boolean

setEnabled() 공개 메소드

public setEnabled ( Enabled $enabled ) : CommitMsg
$enabled Enabled
리턴 CommitMsg