Метод |
Описание |
|
addPackage ( &$package ) |
Add a package to this root. |
|
addSource ( $filename, $source, $fileData ) |
Add a source file to this root. |
|
classNamed ( $name ) : ClassDoc |
Return a reference to a classDoc for the specified class/interface name |
|
classes ( ) : ClassDoc[] |
Return a reference to the classes and interfaces to be documented. |
|
functions ( ) : MethodDoc[] |
Return a reference to the functions to be documented. |
|
globals ( ) : FieldDoc[] |
Return a reference to the globals to be documented. |
|
options ( ) : str[] |
Return a reference to the set options. |
|
packageNamed ( $name, $create = FALSE ) : PackageDoc |
Return a reference to a packageDoc for the specified package name. If a
package of the requested name does not exist, this method will create the
package object, add it to the root and return it. |
|
packages ( ) : PackageDoc[] |
Return a reference to the packages to be documented. |
|
phpdoctor ( ) : PHPDoctor. |
Return a reference to the PHPDoctor application object. |
|
rootDoc ( &$phpdoctor ) |
Constructor |
|
sources ( ) : str[] |
Return a reference to the source files to be documented. |
|