Feature #27
Add support for visibility modifier in pointcut expressions
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | TYPO3 Flow Base Distribution - 0.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | ||||
| Votes: | 0 |
Description
Add support for a visibility modifier (public, protected, private) in pointcut expressions.
History
Updated by Robert Lemke over 6 years ago
- Status changed from New to Closed
- Sprint set to fixed
(In r149) * Core: Fixed support for the negate modifier ("!") in the pointcut expression parser: This modifier was not tested and didn't work at all.
- Core: Implemented support for method visibility modifier (public / protected / private) in pointcut expressions. Fixes #27.