PHP 클래스 PDepend\Report\Jdepend\Chart

상속: extends PDepend\Source\ASTVisitor\AbstractASTVisitor, implements PDepend\Report\CodeAwareGenerator, implements PDepend\Report\FileAwareGenerator
파일 보기 프로젝트 열기: pdepend/pdepend 1 사용 예제들

공개 메소드들

메소드 설명
close ( ) : void Closes the logger process and writes the output file.
getAcceptedAnalyzers ( ) : array(string) Returns an array with accepted analyzer types. These types can be concrete analyzer classes or one of the descriptive analyzer interfaces.
log ( PDepend\Metrics\Analyzer $analyzer ) : boolean Adds an analyzer to log. If this logger accepts the given analyzer it with return true, otherwise the return value is false.
setArtifacts ( PDepend\Source\AST\ASTArtifactList $artifacts ) : void Sets the context code nodes.
setLogFile ( string $logFile ) : void Sets the output log file.

메소드 상세

close() 공개 메소드

Closes the logger process and writes the output file.
public close ( ) : void
리턴 void

getAcceptedAnalyzers() 공개 메소드

Returns an array with accepted analyzer types. These types can be concrete analyzer classes or one of the descriptive analyzer interfaces.
public getAcceptedAnalyzers ( ) : array(string)
리턴 array(string)

log() 공개 메소드

Adds an analyzer to log. If this logger accepts the given analyzer it with return true, otherwise the return value is false.
public log ( PDepend\Metrics\Analyzer $analyzer ) : boolean
$analyzer PDepend\Metrics\Analyzer The analyzer to log.
리턴 boolean

setArtifacts() 공개 메소드

Sets the context code nodes.
public setArtifacts ( PDepend\Source\AST\ASTArtifactList $artifacts ) : void
$artifacts PDepend\Source\AST\ASTArtifactList
리턴 void

setLogFile() 공개 메소드

Sets the output log file.
public setLogFile ( string $logFile ) : void
$logFile string The output log file.
리턴 void