Feature #26767
Reflection method to get a method return type and documentation
| Status: | New | Start date: | 2011-05-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Reflection | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
Description
Some use cases like the WSDL export in the SOAP package need more information about classes and methods than the reflection service currently supports. It is possible to get method parameters with type and options for example, but not the method return type.
There should be methods in the reflection service to get the method return type or the documentation of the return annotation.
History
Updated by Sebastian Kurfuerst about 2 years ago
- Target version deleted (
1.0 beta 1)
I don't think we can make it for beta1 anymore; though I agree something like this would be nice.
Updated by Karsten Dambekalns over 1 year ago
- Project changed from TYPO3 Flow Base Distribution to TYPO3.Flow
Updated by Karsten Dambekalns over 1 year ago
- Category set to Reflection