Parses a file for namespaces/use/class declarations.
@author Karoly Negyesi <karoly@negyesi.net>
Expanded class hierarchy of StaticReflectionParser
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
StaticReflectionParser:: |
protected | property | TRUE if the caller only wants class annotations. | |
StaticReflectionParser:: |
protected | property | The name of the class. | |
StaticReflectionParser:: |
protected | property | The docComment of the class. | |
StaticReflectionParser:: |
protected | property | The namespace of the class | |
StaticReflectionParser:: |
protected | property | The name of the class this class extends, if any. | |
StaticReflectionParser:: |
protected | property | The parent PSR-0 Parser. | |
StaticReflectionParser:: |
protected | property | TRUE when the parser has ran. | |
StaticReflectionParser:: |
protected | property | The use statements of this class. | |
StaticReflectionParser:: |
public | function | ||
StaticReflectionParser:: |
public | function | Get docComment. | |
StaticReflectionParser:: |
public | function | ||
StaticReflectionParser:: |
protected | function | ||
StaticReflectionParser:: |
public | function |
Get the ReflectionClass equivalent for this file / class. Overrides ReflectionProviderInterface:: |
|
StaticReflectionParser:: |
public | function |
Get the ReflectionMethod equivalent for the method of this file / class. Overrides ReflectionProviderInterface:: |
|
StaticReflectionParser:: |
public | function |
Get the ReflectionProperty equivalent for the method of this file / class. Overrides ReflectionProviderInterface:: |
|
StaticReflectionParser:: |
public | function | Get the PSR-0 parser for the declaring class. | |
StaticReflectionParser:: |
public | function | Get the use statements from this file. | |
StaticReflectionParser:: |
protected | function | ||
StaticReflectionParser:: |
public | function | Parses a class residing in a PSR-0 hierarchy. |