\phpDocumentorReflection

Namespaces

ClassReflector
DocBlock
Event
Exception
FunctionReflector

Classes

BaseReflector Basic reflection providing support for events and basic properties as a DocBlock and names.
BaseReflectorMock Class for testing base reflector.
BaseReflectorTest Class for testing base reflector.
ClassReflector Provides static reflection for a class.
ClassReflectorMock Class for testing ClassReflector.
ClassReflectorTest Class for testing ClassReflector.
ConstantReflector Provides Static Reflection for file-level constants.
DocBlock Parses the DocBlock for any structure.
DocBlockTest Test class for phpDocumentor\Reflection\DocBlock
Exception An exception specifically originating from the Reflection component.
FileReflector Reflection class for a full file.
FunctionReflector Provides Static Reflection for functions.
IncludeReflector Basic reflection providing support for events and basic properties as a DocBlock and names.
InterfaceReflector Basic reflection providing support for events and basic properties as a DocBlock and names.
Lexer Custom lexer for phpDocumentor.
NodeExprMock Class for testing PhpParser_Node_Expr.
NodeStmtMock Class for testing PhpParser_Node_Stmt.
NodeStmtMock2 Class for testing PhpParser_Node_Stmt.
PrettyPrinter Custom PrettyPrinter for phpDocumentor.
PrettyPrinterTest Class for testing the PrettyPrinter.
ReflectionAbstract Provides basic event logging and dispatching for every reflection class.
TraitReflector Provides static reflection for a class.
Traverser The source code traverser that scans the given source code and transforms it into tokens.