PHP 클래스 pchTextReporter, php-commit-hooks

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

보호된 프로퍼티들

프로퍼티 타입 설명
$mapping array Mapping of error codes to names

보호된 메소드들

메소드 설명
getTextReport ( array $issues ) : string Get a text representation of the issues.

메소드 상세

getTextReport() 보호된 메소드

Returns a text reporting all occured issues ordered by the files they occured in.
protected getTextReport ( array $issues ) : string
$issues array
리턴 string

프로퍼티 상세

$mapping 보호되어 있는 프로퍼티

Mapping of error codes to names
protected array $mapping
리턴 array