classes/phing/tasks/ext/docblox/DocBloxTask.php
\DocBloxTask
DocBlox Task (http://www.docblox-project.org)
Use {@link Project#createTask} to register a new Task.
- Extends from
- \Task
- author
- Michiel Rook
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.docblox
- since
- 2.4.6
- version
- $Revision: 1269 $
Properties
Methods

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

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

setDestDir(
string $destDir
)
:
Sets destination/target directory
| Name | Type | Description |
|---|---|---|
| $destDir | string |

setOutput(
string $output
)
:
Convenience setter (@see setDestDir)
| Name | Type | Description |
|---|---|---|
| $output | string |

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