Feature #28

Add support for argument modifiers in pointcut expressions

Added by Robert Lemke over 8 years ago. Updated almost 5 years ago.

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:

Description

Add support for argument modifiers in pointcut expressions: It should be possible to narrow down the set of joinpoints by specifying parameters and what value they should have in the definition of a pointcut

History

#1 Updated by Robert Lemke over 8 years ago

  • Status changed from New to Closed
  • Sprint set to fixed
(In r151) * Core: Tried implementing a method arguments pointcut filter but realized that it would make the whole pointcut filtering too complex. Dropped the idea - just use an around advice instead which checks for parameters itself. Closes #28
  • Core: Improved arguments handling for Join Points - now the names of the parameters are available
  • Core: Added parser support for Components.conf option "autoWiringMode" and fixed Auto Wiring support in general.

Also available in: Atom PDF