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

파일 보기 프로젝트 열기: bruli/php-git-hooks 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( PhpGitHooks\Module\Configuration\Model\HookInterface $preCommit, PhpGitHooks\Module\Configuration\Model\ToolInterface $commitMsg, PhpGitHooks\Module\Configuration\Model\HookInterface $prePush ) Config constructor.
getCommitMsg ( ) : PhpGitHooks\Module\Configuration\Model\ToolInterface
getPreCommit ( ) : PhpGitHooks\Module\Configuration\Model\HookInterface
getPrePush ( ) : PhpGitHooks\Module\Configuration\Model\HookInterface

메소드 상세

__construct() 공개 메소드

Config constructor.
public __construct ( PhpGitHooks\Module\Configuration\Model\HookInterface $preCommit, PhpGitHooks\Module\Configuration\Model\ToolInterface $commitMsg, PhpGitHooks\Module\Configuration\Model\HookInterface $prePush )
$preCommit PhpGitHooks\Module\Configuration\Model\HookInterface
$commitMsg PhpGitHooks\Module\Configuration\Model\ToolInterface
$prePush PhpGitHooks\Module\Configuration\Model\HookInterface

getCommitMsg() 공개 메소드

public getCommitMsg ( ) : PhpGitHooks\Module\Configuration\Model\ToolInterface
리턴 PhpGitHooks\Module\Configuration\Model\ToolInterface

getPreCommit() 공개 메소드

public getPreCommit ( ) : PhpGitHooks\Module\Configuration\Model\HookInterface
리턴 PhpGitHooks\Module\Configuration\Model\HookInterface

getPrePush() 공개 메소드

public getPrePush ( ) : PhpGitHooks\Module\Configuration\Model\HookInterface
리턴 PhpGitHooks\Module\Configuration\Model\HookInterface