A wrapper for the implementations of PHPMDResultFormatter.
package | phing.tasks.ext.phpmd |
---|---|
author | Benjamin Schultz |
version | $Id: 69fc758899446b96312ac12f26b461969eb41b6e $ |
since | 2.4.1 |
getRenderer() : \PHP_PMD_AbstractRenderer
\BuildException |
When the specified renderer does not exist. |
---|
\PHP_PMD_AbstractRenderer
getType() : string
string
getUseFile() : boolean
boolean
setOutfile(\PhingFile $outfile) : void
setType(string $type) : void
string
Type of the formatter
setUseFile(boolean $useFile) : void
boolean
True or false.
$formatter : \PHPMDResultFormatter
$outfile : \PhingFile
$type : string
$useFile : boolean