tasks/ext/phpdoc/PhpDocumentorTask.php

Show: inherited
Table of Contents

$Id: PhpDocumentorTask.php 1101 2011-05-18 17:49:55Z mrook $

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This software consists of voluntary contributions made by many individuals and is licensed under the LGPL. For more information please see http://phing.info.

\PhpDocumentorTask

Package: phing\tasks\ext\phpdoc

Task to run PhpDocumentor.

Parent(s)
\Task < \ProjectComponent
Children
\PhpDocumentorExternalTask
Author
Hans Lellelid  
Author
Michiel Rook  
Version
$Id: PhpDocumentorTask.php 1101 2011-05-18 17:49:55Z mrook $  

Properties

Propertyprotected\PhingFile  $configDir= ''

Directory in which to look for configuration files.
Details
Type
\PhingFile
Propertyprotectedstring  $customtags= ''''

custom tags, will be recognized and put in tags[] instead of unknowntags[].
Default value''Details
Type
string
Propertyprotectedstring  $defaultCategoryName= ''

Default category name.
Details
Type
string
Propertyprotectedstring  $defaultPackageName= ''

Default package name.
Details
Type
string
Propertyprotected\PhingFile  $destdir= ''

The target directory for output files.
Details
Type
\PhingFile
Propertyprotected\PhingFile  $examplesDir= ''

Directory in which to look for examples.
Details
Type
\PhingFile
Propertyprotectedarray  $filesets= 'array()'

FileSet[] Filesets for files to parse.
Default valuearray()Details
Type
array
Propertyprotectedstring  $ignore= ''''

files to ignore
Default value''Details
Type
string
Propertyprotectedstring  $ignoreTags= ''

Comma-separated list of tags to ignore.
Details
Type
string
Propertyprotectedboolean  $javadocDesc= 'false'

Whether to use javadoc descriptions (more primitive).
Default valuefalseDetails
Type
boolean
Propertyprotectedboolean  $linksource= 'false'

Whether to generate sourcecode for each file parsed.
Default valuefalseDetails
Type
boolean
Propertyprotectedstring  $output= ''

Package output format.
Details
Type
string
Propertyprotectedstring  $packages= ''

Comma-separated list of packages to output.
Details
Type
string
Propertyprotectedboolean  $parsePrivate= 'false'

Whether to parse private members.
Default valuefalseDetails
Type
boolean
Propertyprotectedboolean  $pear= 'false'

Whether to parse as a PEAR repository.
Default valuefalseDetails
Type
boolean
Propertyprotectedarray  $projDocFilesets= 'array()'

FileSet[] Project documentation (README/INSTALL/CHANGELOG) files.
Default valuearray()Details
Type
array
Propertyprotectedboolean  $quiet= 'false'

Wheter to suppress output.
Default valuefalseDetails
Type
boolean
Propertyprotected\PhingFile  $templateBase= ''

Base directory for locating template files.
Details
Type
\PhingFile
Propertyprotectedstring  $title= ''

Title for browser window / package index.
Details
Type
string
Propertyprotectedboolean  $undocumentedelements= 'false'

Control whether or not warnings will be shown for undocumented elements. Useful for identifying classes and methods that haven't yet been documented.
Default valuefalseDetails
Type
boolean

Methods

methodpubliccreateFileset( ) : \FileSet

Creates a FileSet.

Returns
Type Description
\FileSet
methodpubliccreateProjdocfileset( ) : \FileSet

Creates a readme/install/changelog fileset.

Returns
Type Description
\FileSet
methodprotectedfindPhpDocumentorInstall( ) : void

Searches include_path for PhpDocumentor install and adjusts include_path appropriately.

Throws
Exception Description
\BuildException - if unable to find PhpDocumentor on include_path
methodpublicgetDescription( ) : void

methodpublicgetLocation( ) : void

methodpublicgetOwningTarget( ) : void

methodpublicgetProject( ) : void

methodprotectedgetRegisterSlot( ) : void

methodpublicgetRuntimeConfigurableWrapper( ) : void

methodpublicgetTaskName( ) : void

methodpublicgetTaskType( ) : void

methodpublicinit( ) : void

methodpubliclog( ) : void

methodpublicmain( ) : void

Main entrypoint of the task Loads the necessary environment for running PhpDoc, then runs PhpDoc

Throws
Exception Description
\BuildException - if the phpdoc classes can't be loaded.
methodpublicmaybeConfigure( ) : void

methodpublicperform( ) : void

methodpublicsetConfigdir( \PhingFile $d ) : void

Set a directory to search for configuration files in.

Parameters
Name Type Description
$d \PhingFile
methodpublicsetCustomtags( string $sCustomtags ) : void

custom tags, will be recognized and put in tags[] instead of unknowntags[].

Parameters
Name Type Description
$sCustomtags string
methodpublicsetDefaultcategoryname( string $name ) : void

Sets the default category name.

Parameters
Name Type Description
$name string
methodpublicsetDefaultpackagename( string $name ) : void

Sets the default package name.

Parameters
Name Type Description
$name string
methodpublicsetDescription( ) : void

methodpublicsetDestdir(  $destdir ) : void

Set the destination directory for the generated documentation

Parameters
Name Type Description
$destdir
methodpublicsetExamplesdir( \PhingFile $d ) : void

Set a directory to search for examples in.

Parameters
Name Type Description
$d \PhingFile
methodpublicsetIgnore( string $sIgnore ) : void

Set files to ignore

Parameters
Name Type Description
$sIgnore string
methodpublicsetIgnoretags( string $tags ) : void

Set (comma-separated) list of tags to ignore.

Parameters
Name Type Description
$tags string
methodpublicsetJavadocdesc(  $javadoc ) : void

Whether to use javadoc descriptions (more primitive).

Parameters
Name Type Description
$javadoc

boolean

methodpublicsetLinksource(  $b ) : void

Set whether to generate sourcecode for each file parsed

Parameters
Name Type Description
$b

boolean

methodpublicsetLocation( ) : void

methodpublicsetOutput( string $output ) : void

Set the output format (e.g. HTML:Smarty:PHP).

Parameters
Name Type Description
$output string
methodpublicsetOwningTarget( ) : void

methodpublicsetPackageoutput( string $packages ) : void

Set (comma-separated) list of packages to output.

Parameters
Name Type Description
$packages string
methodpublicsetParseprivate(  $parseprivate ) : void

Should private members/classes be documented

Parameters
Name Type Description
$parseprivate

boolean

methodpublicsetPear( boolean $b ) : void

Set whether to parse as PEAR repository.

Parameters
Name Type Description
$b boolean
methodprotectedsetPhpDocumentorOptions( \PhingPhpDocumentorSetup $phpdoc ) : void

Sets the options on the passed-in phpdoc setup object.

Parameters
Name Type Description
$phpdoc \PhingPhpDocumentorSetup
methodpublicsetProject( ) : void

methodpublicsetQuiet( boolean $b ) : void

Set whether to suppress output.

Parameters
Name Type Description
$b boolean
methodpublicsetRuntimeConfigurableWrapper( ) : void

methodpublicsetSourcecode(  $b ) : void

Set whether to generate sourcecode for each file parsed

Parameters
Name Type Description
$b

boolean

methodpublicsetTarget(  $destdir ) : void

Alias for {@link setDestdir()}.

Parameters
Name Type Description
$destdir
Details
See
\setDestdir()  
methodpublicsetTaskName( ) : void

methodpublicsetTaskType( ) : void

methodpublicsetTemplateBase(  $oTemplateBase ) : void

Set base location of all templates for this parse.

Parameters
Name Type Description
$oTemplateBase
methodpublicsetTitle(  $title ) : void

Set the title for the generated documentation

Parameters
Name Type Description
$title
methodpublicsetUndocumentedelements( boolean $b ) : void

Control whether or not warnings will be shown for undocumented elements.

Useful for identifying classes and methods that haven't yet been documented.

Parameters
Name Type Description
$b boolean
methodprotectedvalidate( ) : void

Validates that necessary minimum options have been set.

Throws
Exception Description
\BuildException if validation doesn't pass
Documentation was generated by DocBlox 0.17.1.