Return the reflection file of the declaring file.
| Return type: | FileReflection |
|---|
Return the classes DocBlock reflection object
| Return type: | DocBlockReflection |
|---|---|
| Throws : | ExceptionExceptionInterface for missing DocBock or invalid reflection class |
@param AnnotationManager $annotationManager
| Return type: | AnnotationCollection |
|---|
Return the start line of the class
| Parameters: | bool – |
|---|---|
| Return type: | int |
Return the contents of the class
| Parameters: | bool – |
|---|---|
| Return type: | string |
Get all reflection objects of implemented interfaces
| Return type: | ClassReflection[] |
|---|
Return method reflection by name
| Parameters: | string – |
|---|---|
| Return type: | MethodReflection |
Get reflection objects of all methods
| Parameters: | string – |
|---|---|
| Return type: | MethodReflection[] |
Get parent reflection class of reflected class
| Return type: | ClassReflection|bool |
|---|
Return reflection property of this class by name
| Parameters: | string – |
|---|---|
| Return type: | PropertyReflection |