Namespace Hphpdoc\Source
Interfaces
Name | Summary |
---|---|
Declaration | A thing and its corresponding doc block |
FunctionyDeclaration | A thing and its corresponding doc block |
TokenDeclaration<T as ScannedBase > | A thing and its corresponding doc block |
Classes
Name | Summary |
---|---|
ClassyDeclaration | A declared interface, trait, or class. |
ConstantDeclaration | A declared class property. |
FileDeclaration | A declared file. |
FunctionDeclaration | A declared namespace function. |
Mapper | Takes the ScannedBase tokens and resolves PHPDoc inheritance. |
MethodDeclaration | A declared class method. |
PropertyDeclaration | A declared class property. |
TypeConstantDeclaration | A declared class type constant. |