Feature #36
Add automatic documentation in AOP proxy classes
| Status: | Resolved | Start date: | ||
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assigned To: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: |
Description
Parameters and maybe some other parts are not yet automatically documented through reflection in the AOP proxy builder. That would be nice.
History
#1 Updated by Robert Lemke about 7 years ago
- Target version deleted (
1)
#2 Updated by Karsten Dambekalns almost 7 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').
#3 Updated by Robert Lemke over 6 years ago
- Status changed from New to Resolved
This has been solved in the meantime