Bug #21
Implement support for pointcut definitions
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assigned To: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | TYPO3 Flow Base Distribution - 0.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | Affected Flow version: |
Description
Support for declaring pointcut definitions must be implemented. They should be defined through annotations (@pointcut) and it must be possible to refer to them in advice declarations.
History
#1 Updated by Robert Lemke over 8 years ago
- Status changed from New to Closed
- Sprint set to fixed
(In r146) * T3P_T3Lib_Arrays: Small cosmetic changes
- Core: Renamed T3P_Core_AOPAspect to T3P_Core_AOPAspectContainer
- Core: Implemented support for Pointcut Declarations. Circular reference detection is not complete yet but all Core tests should run successfully. Fixes #21.