PHP 클래스 PhpGitHooks\Module\Git\Service\PreCommitOutputWriter

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

공개 메소드들

메소드 설명
__construct ( string $message ) PreCommitOutputWriter constructor.
getFailMessage ( )
getMessage ( ) : string
getSuccessfulMessage ( ) : string
setError ( string $error ) : string

메소드 상세

__construct() 공개 메소드

PreCommitOutputWriter constructor.
public __construct ( string $message )
$message string

getFailMessage() 공개 메소드

public getFailMessage ( )

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

getSuccessfulMessage() 공개 메소드

public getSuccessfulMessage ( ) : string
리턴 string

setError() 공개 메소드

public setError ( string $error ) : string
$error string
리턴 string