PHP 클래스 pchCommitMailReporter, php-commit-hooks

상속: extends pchMailReporter
파일 보기 프로젝트 열기: kore/php-commit-hooks

공개 메소드들

메소드 설명
report ( pchRepository $repository, array $issues ) : void Report occured issues

보호된 메소드들

메소드 설명
getBasePath ( pchRepository $repository ) : void Get base path from changes
getHtmlMail ( pchRepository $repository ) : string Get HTML mail
getTextMail ( pchRepository $repository ) : string Get text mail

메소드 상세

getBasePath() 보호된 메소드

Get base path from changes
protected getBasePath ( pchRepository $repository ) : void
$repository pchRepository
리턴 void

getHtmlMail() 보호된 메소드

Return contents of a HTML diff mail
protected getHtmlMail ( pchRepository $repository ) : string
$repository pchRepository
리턴 string

getTextMail() 보호된 메소드

Return contents of a text diff mail
protected getTextMail ( pchRepository $repository ) : string
$repository pchRepository
리턴 string

report() 공개 메소드

Report occured issues, passed as an array.
public report ( pchRepository $repository, array $issues ) : void
$repository pchRepository
$issues array
리턴 void