프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$configuration | PDepend\Util\Configuration | The system configuration. |
메소드 | 설명 | |
---|---|---|
__construct ( PDepend\Util\Configuration $configuration, PDepend\Util\Cache\CacheFactory $cacheFactory, PDepend\Metrics\AnalyzerFactory $analyzerFactory ) | Constructs a new php depend facade. | |
addDirectory ( string $directory ) : void | Adds the specified directory to the list of directories to be analyzed. | |
addFile ( string $file ) : void | Adds a single source code file to the list of files to be analysed. | |
addFileFilter ( PDepend\Input\Filter $filter ) : void | Adds a new input/file filter. | |
addProcessListener ( pdepend\ProcessListener $listener ) : void | Adds a process listener. | |
addReportGenerator ( PDepend\Report\ReportGenerator $generator ) : void | Adds a logger to the output list. | |
analyze ( ) : PDepend\Source\AST\ASTNamespace[] | Analyzes the registered directories and returns the collection of analyzed namespace. | |
countClasses ( ) : integer | Returns the number of analyzed php classes and interfaces. | |
countNamespaces ( ) : integer | Returns the number of analyzed namespaces. | |
getExceptions ( ) : PDepend\Source\Parser\ParserException[] | Returns an array with all {@link \PDepend\Source\Parser\ParserException} that were caught during the parsing process. | |
getNamespace ( string $name ) : PDepend\Source\AST\ASTNamespace | Returns the analyzed namespace for the given name. | |
getNamespaces ( ) : PDepend\Source\AST\ASTNamespace[] | Returns an array with the analyzed namespace. | |
setCodeFilter ( PDepend\Source\AST\ASTArtifactList\ArtifactFilter $filter ) : void | Sets an additional code filter. These filters could be used to hide external libraries and global stuff from the PDepend output. | |
setOptions ( array $options = [] ) : void | Sets analyzer options. | |
setWithoutAnnotations ( ) : void | Should the parse ignore doc comment annotations? |
메소드 | 설명 | |
---|---|---|
fireEndAnalyzeProcess ( ) : void | Sends the end analyzing process event. | |
fireEndFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void | Sends the end file parsing event. | |
fireEndLogProcess ( ) : void | Sends the end log process event. | |
fireEndParseProcess ( PDepend\Source\Builder\Builder $builder ) : void | Send the end parsing process event. | |
fireStartAnalyzeProcess ( ) : void | Sends the start analyzing process event. | |
fireStartFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void | Sends the start file parsing event. | |
fireStartLogProcess ( ) : void | Sends the start log process event. | |
fireStartParseProcess ( PDepend\Source\Builder\Builder $builder ) : void | Send the start parsing process event. |
메소드 | 설명 | |
---|---|---|
createAnalyzers ( $options ) | ||
createFileIterator ( ) : Iterator | This method will create an iterator instance which contains all files that are part of the parsing process. | |
performAnalyzeProcess ( ) : void | This method performs the analysing process of the parsed source files. It creates the required analyzers for the registered listeners and then applies them to the source tree. | |
performParseProcess ( ) : void | This method performs the parsing process of all source files. It expects that the $_builder property was initialized with a concrete builder implementation. |
public __construct ( PDepend\Util\Configuration $configuration, PDepend\Util\Cache\CacheFactory $cacheFactory, PDepend\Metrics\AnalyzerFactory $analyzerFactory ) | ||
$configuration | PDepend\Util\Configuration | The system configuration. |
$cacheFactory | PDepend\Util\Cache\CacheFactory | |
$analyzerFactory | PDepend\Metrics\AnalyzerFactory |
public addDirectory ( string $directory ) : void | ||
$directory | string | The php source directory. |
리턴 | void |
public addFileFilter ( PDepend\Input\Filter $filter ) : void | ||
$filter | PDepend\Input\Filter | New input/file filter instance. |
리턴 | void |
public addProcessListener ( pdepend\ProcessListener $listener ) : void | ||
$listener | pdepend\ProcessListener | The listener instance. |
리턴 | void |
public addReportGenerator ( PDepend\Report\ReportGenerator $generator ) : void | ||
$generator | PDepend\Report\ReportGenerator | The logger instance. |
리턴 | void |
public analyze ( ) : PDepend\Source\AST\ASTNamespace[] | ||
리턴 | PDepend\Source\AST\ASTNamespace[] |
public countClasses ( ) : integer | ||
리턴 | integer |
public countNamespaces ( ) : integer | ||
리턴 | integer |
protected fireEndAnalyzeProcess ( ) : void | ||
리턴 | void |
protected fireEndFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void | ||
$tokenizer | PDepend\Source\Tokenizer\Tokenizer | |
리턴 | void |
protected fireEndLogProcess ( ) : void | ||
리턴 | void |
protected fireEndParseProcess ( PDepend\Source\Builder\Builder $builder ) : void | ||
$builder | PDepend\Source\Builder\Builder | The used node builder instance. |
리턴 | void |
protected fireStartAnalyzeProcess ( ) : void | ||
리턴 | void |
protected fireStartFileParsing ( PDepend\Source\Tokenizer\Tokenizer $tokenizer ) : void | ||
$tokenizer | PDepend\Source\Tokenizer\Tokenizer | |
리턴 | void |
protected fireStartLogProcess ( ) : void | ||
리턴 | void |
protected fireStartParseProcess ( PDepend\Source\Builder\Builder $builder ) : void | ||
$builder | PDepend\Source\Builder\Builder | The used node builder instance. |
리턴 | void |
public getExceptions ( ) : PDepend\Source\Parser\ParserException[] | ||
리턴 | PDepend\Source\Parser\ParserException[] |
public getNamespace ( string $name ) : PDepend\Source\AST\ASTNamespace | ||
$name | string | |
리턴 | PDepend\Source\AST\ASTNamespace |
public getNamespaces ( ) : PDepend\Source\AST\ASTNamespace[] | ||
리턴 | PDepend\Source\AST\ASTNamespace[] |
public setCodeFilter ( PDepend\Source\AST\ASTArtifactList\ArtifactFilter $filter ) : void | ||
$filter | PDepend\Source\AST\ASTArtifactList\ArtifactFilter | |
리턴 | void |
public setOptions ( array $options = [] ) : void | ||
$options | array | |
리턴 | void |
public setWithoutAnnotations ( ) : void | ||
리턴 | void |