PHP 클래스 PhpGitHooks\Module\Configuration\Tests\Stub\CommitMsgStub

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

공개 메소드들

메소드 설명
create ( PhpGitHooks\Module\Configuration\Domain\Undefined $undefined, PhpGitHooks\Module\Configuration\Domain\Enabled $enabled, PhpGitHooks\Module\Configuration\Domain\RegularExpression $regularExpression ) : CommitMsg
createEnabled ( ) : CommitMsg
random ( ) : CommitMsg
setUndefined ( ) : CommitMsg

메소드 상세

create() 공개 정적인 메소드

public static create ( PhpGitHooks\Module\Configuration\Domain\Undefined $undefined, PhpGitHooks\Module\Configuration\Domain\Enabled $enabled, PhpGitHooks\Module\Configuration\Domain\RegularExpression $regularExpression ) : CommitMsg
$undefined PhpGitHooks\Module\Configuration\Domain\Undefined
$enabled PhpGitHooks\Module\Configuration\Domain\Enabled
$regularExpression PhpGitHooks\Module\Configuration\Domain\RegularExpression
리턴 PhpGitHooks\Module\Configuration\Domain\CommitMsg

createEnabled() 공개 정적인 메소드

public static createEnabled ( ) : CommitMsg
리턴 PhpGitHooks\Module\Configuration\Domain\CommitMsg

random() 공개 정적인 메소드

public static random ( ) : CommitMsg
리턴 PhpGitHooks\Module\Configuration\Domain\CommitMsg

setUndefined() 공개 정적인 메소드

public static setUndefined ( ) : CommitMsg
리턴 PhpGitHooks\Module\Configuration\Domain\CommitMsg