Phing subclass of the ErrorTracker class provided with PhpDocumentor to work around limitations in PhpDocumentor API.
This class is necessary because PhpDocumentor does directly output errors and warnings occurred during testing for undocumented elements to stdout. This class is injected globally to force PhpDocumentor to use phing's logging mechanism.
Obviously this is far from ideal, but there's also no solution given the inflexibility of the PhpDocumentor design.
author |
Timo A. Hummel privat@timohummel.com @author felicitus |
---|---|
version |
$Id: 33771f28a2886e13a8d3c38864d6758311c3e18d $ |
package |
phing.tasks.ext.phpdoc |
addError( $num) : \nothing
integer Number of parameters
\nothing
addWarning( $num) : \nothing
integer Number of parameters
\nothing
setTask(object $task) : \nothing
object
The task we're working with
\nothing
task : object
var |
Reference to the task we're called with |
---|
object