Classes and interfaces
phpDocumentor_Reflection_Abstract¶
Provides the basic functionality for every static reflection class.
« More »
phpDocumentor_Reflection_Argument¶
Parses a method or function Argument.
« More »
phpDocumentor_Reflection_BracesAbstract¶
Base class for any structure that has a code block (thus followed by {}).
« More »
phpDocumentor_Reflection_Class¶
Parses a class definition.
« More »
phpDocumentor_Reflection_Constant¶
Parses a constant definition.
« More »
phpDocumentor_Reflection_DocBlockedAbstract¶
Abstract base class for all Reflection entities which have a docblock.
« More »
phpDocumentor_Reflection_Exception¶
Provides the basic exception for the static reflection package.
« More »
phpDocumentor_Reflection_File¶
Reflection class for a full file.
« More »
phpDocumentor_Reflection_Function¶
Reflection class for a function declaration.
« More »
phpDocumentor_Reflection_Include¶
Parses an include definition.
« More »
phpDocumentor_Reflection_Interface¶
Parses an interface definition.
« More »
phpDocumentor_Reflection_Method¶
Parses a method definition.
« More »
phpDocumentor_Reflection_Property¶
Reflection class for a the property in a class.
« More »
phpDocumentor_Reflection_Token¶
Iterator class responsible for navigating through a list of Tokens.
« More »
phpDocumentor_Reflection_TokenIterator¶
Iterator class responsible for navigating through a list of Tokens.
« More »
phpDocumentor_Reflection_TokenIteratorBase¶
Iterator class responsible for navigating through an array forwards and backwards.
« More »
phpDocumentor_Reflection_Variable¶
Reflection class for a generic variable.
« More »