Method |
Description |
|
addParameter ( &$parameter ) |
Add a parameter to this method. |
|
isAbstract ( ) : boolean |
Return true if this class is abstract. |
|
isConstructor ( ) : boolean |
Return true if this class is an constructor. |
|
isDestructor ( ) : boolean |
Return true if this class is an destructor. |
|
isFunction ( ) : boolean |
Is this construct a function. |
|
isMethod ( ) : boolean |
Is this construct a method. |
|
methodDoc ( $name, &$parent, &$root, $filename, $lineNumber, $sourcePath ) |
Constructor |
|
returnType ( ) : Type |
Get return type. |
|
returnTypeAsString ( ) : str |
Format a return type for outputting. Recognised types are turned into
HTML anchor tags to the documentation page for the class defining them. |
|