Wrapper around PhpDocumentor2 (so we retain
PHP 5.2 compatibility in the main task)
Methods
Runs phpDocumentor 2
run()
Sets destination/target directory
setDestDir(\PhingFile $destDir)
Sets filesets array
setFilesets(\FileSet[] $filesets)
Sets project instance
setProject(\Project $project)
Forces phpDocumentor to be quiet
setQuiet(boolean $quiet)
Parameters
$quiet
boolean
Sets the template to use
setTemplate(\strings $template)
Parameters
$template
\strings
Sets the title of the project
setTitle(\strings $title)
Parameters
$title
\strings
Finds and initializes the phpDocumentor installation
initializePhpDocumentor()
Build a list of files (from the fileset elements)
and call the phpDocumentor parser
parseFiles() : string
Properties
$phpDocumentorPath : string
$quiet : boolean
todo |
Make this work again |