classes/phing/tasks/ext/phpdoc/PhpDocumentorExternalTask.php
\PhpDocumentorExternalTask
Task to run phpDocumentor with an external process
This classes uses the commandline phpdoc script to build documentation. Use this task instead of the PhpDocumentorTask when you've a clash with the Smarty libraries.
- Extends from
- \PhpDocumentorTask
- author
- Michiel Rook
- author
- Markus Fischer
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.phpdoc
- version
- $Id: PhpDocumentorExternalTask.php 656 2009-12-14 14:10:54Z mrook $
Properties

bool
$ignoresymlinks= 'false'
ignore symlinks to other files or directories
falseDetails- Type
- bool
Methods

constructArguments(
)
:
arrayConstructs an argument string for phpDocumentor
| Type | Description |
|---|---|
| array |

init(
)
:
Override PhpDocumentorTask::init() because they're specific to the phpdoc
API which we don't use.

setIgnoresymlinks(
bool $bSet
)
:
Ignore symlinks to other files or directories.
| Name | Type | Description |
|---|---|---|
| $bSet | bool |

setProgramPath(
$programPath
)
:
Sets the path to the phpDocumentor executable
| Name | Type | Description |
|---|---|---|
| $programPath |

setSourcepath(
$sourcepath
)
:
Set the source path. A directory or a comma separate list of directories.
| Name | Type | Description |
|---|---|---|
| $sourcepath |