PHPDoctor


Package PHPDoctor

Class Summary
ClassDocRepresents a PHP class and provides access to information about the class, the class' comment and tags, and the members of the class.
ConstructorDocRepresents a PHP constructor.
DocAbstract base class of all Doc classes.
ExecutableDocRepresents a PHP function, method (member function) or constructor.
FieldDocRepresents a PHP variable, constant or member variable (field).
MethodDocRepresents a PHP function or method (member function).
PHPDoctorThis class holds the information from one run of PHPDoctor.
PackageDocRepresents a PHP package.
ProgramElementDocRepresents a PHP program element: global, function, class, interface, field, constructor, or method.
RootDocThis class holds the information from one run of PHPDoctor.
TypeRepresents a PHP variable type.
Global Summary
GLOB_ONLYDIR
STDERR
T_ABSTRACT
T_CONST
T_DOC_COMMENTUndefined internal constants so we don't throw undefined constant errors later on
T_FINAL
T_IMPLEMENTS
T_INTERFACE
T_ML_COMMENT
T_NS_C
T_PRIVATE
T_PROTECTED
T_PUBLIC
T_THROW
T_USE
_ENV
argv
parser
phpdoc
rootDoc
test

PHPDoctor