Bug #22
Enhance pointcut expression parser: within()
| 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
The pointcut expression parser should support the within() statement which allows to filter for target objects of a certain type (class).
History
#1 Updated by Robert Lemke over 8 years ago
- Status changed from New to Closed
- Sprint set to fixed
(In r148) * Core: Implemented support for the within() designator in the pointcut expressions. Fixes #22.