Required by the Reflector interface.
| Return type: | null |
|---|
Return the file name of the reflected file
| Return type: | string |
|---|
Get the start line - Always 1, staying consistent with the Reflection API
| Return type: | int |
|---|
Return the reflection classes of the classes found inside this file
| Return type: | ClassReflection[] |
|---|
Return the reflection functions of the functions found inside this file
| Return type: | FunctionReflection[] |
|---|
Retrieve the reflection class of a given class found in this file
| Parameters: | null|string – |
|---|---|
| Return type: | ClassReflection |
| Throws : | ExceptionInvalidArgumentException for invalid class name or invalid reflection class |
Serialize to string
Required by the Reflector interface
| Return type: | string |
|---|
This method does the work of “reflecting” the file
Uses ZendCodeScannerFileScanner to gather file information
| Return type: | void |
|---|