PHP 클래스 PHPMD\Renderer\TextRenderer

저자: Manuel Pichler ([email protected])
상속: extends PHPMD\AbstractRenderer
파일 보기 프로젝트 열기: phpmd/phpmd 1 사용 예제들

공개 메소드들

메소드 설명
renderReport ( PHPMD\Report $report ) : void This method will be called when the engine has finished the source analysis phase.

메소드 상세

renderReport() 공개 메소드

This method will be called when the engine has finished the source analysis phase.
public renderReport ( PHPMD\Report $report ) : void
$report PHPMD\Report
리턴 void