Feature #36
Add automatic documentation in AOP proxy classes
| Status: | Resolved | Start date: | ||
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
Description
Parameters and maybe some other parts are not yet automatically documented through reflection in the AOP proxy builder. That would be nice.
History
Updated by Robert Lemke almost 5 years ago
- Target version deleted (
1)
Updated by Karsten Dambekalns almost 5 years ago
To make this more clear: Documentation exists for AOP proxy code, but for any parameters besides arrays and objects the type is not carried over (will be 'unknown').
Updated by Robert Lemke over 4 years ago
- Status changed from New to Resolved
This has been solved in the meantime