tasks/ext/docblox/DocBloxTask.php
\DocBloxTask
Package: phing\tasks\ext\docblox
DocBlox Task (http://www.docblox-project.org)
- Parent(s)
- \Task < \ProjectComponent
- Author
- Michiel Rook
- Since
- 2.4.6
- Version
- $Revision: 1389 $
Properties
Methods

createFileSet(
)
:
\FileSetNested creator, adds a set of files (nested fileset attribute).
Returns
| Type | Description |
|---|---|
| \FileSet |

parseFiles(
)
:
stringBuild a list of files (from the fileset elements) and call the DocBlox parser
Returns
| Type | Description |
|---|---|
| string |

setDestDir(
\PhingFile $destDir
)
:
voidSets destination/target directory
Parameters
| Name | Type | Description |
|---|---|---|
| $destDir | \PhingFile |

setOutput(
\PhingFile $output
)
:
voidConvenience setter (@see setDestDir)
Parameters
| Name | Type | Description |
|---|---|---|
| $output | \PhingFile |

setQuiet(
boolean $quiet
)
:
voidForces DocBlox to be quiet
Parameters
| Name | Type | Description |
|---|---|---|
| $quiet | boolean |