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

Exibir arquivo Open project: bruli/php-git-hooks

Public Methods

Method Description
__construct ( PreCommitResponse $preCommit, CommitMsgResponse $commitMsg, PrePushResponse $prePush ) ConfigurationDataResponse constructor.
getCommitMsg ( ) : CommitMsgResponse
getPreCommit ( ) : PreCommitResponse
getPrePush ( ) : PrePushResponse

Method Details

__construct() public method

ConfigurationDataResponse constructor.
public __construct ( PreCommitResponse $preCommit, CommitMsgResponse $commitMsg, PrePushResponse $prePush )
$preCommit PreCommitResponse
$commitMsg CommitMsgResponse
$prePush PrePushResponse

getCommitMsg() public method

public getCommitMsg ( ) : CommitMsgResponse
return CommitMsgResponse

getPreCommit() public method

public getPreCommit ( ) : PreCommitResponse
return PreCommitResponse

getPrePush() public method

public getPrePush ( ) : PrePushResponse
return PrePushResponse