Feature #408

Implement getAdvicedMethodsInformation...() for the AOP Framework

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

Status:Resolved Start date:2008-03-17
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:AOP
Target version:-
PHP Version: Complexity:
Has patch:

Description

For the AOP browser / debugging we need a method which returns all advices which apply to a given method.

Associated revisions

Revision 8bbec155
Added by Robert Lemke over 7 years ago

  • FLOW3: (AOP) Implemented a getAspectContainers() method for the AOP Framework. Resolves #407.
  • FLOW3: (AOP) Implemented a getAdvicedMethodsInformation..() method for the AOP Framework. Resolves #408. Here's an example how to use it:
    $aopFramework = $this->componentManager->getComponent('T3_FLOW3_AOP_Framework');
    foreach($aopFramework->getTargetAndProxyClassNames() as $targetClassName => $proxyClassName) {
        var_dump($aopFramework->getAdvicedMethodsInformationByTargetClass($targetClassName));
    }

History

#1 Updated by Robert Lemke over 7 years ago

  • Subject changed from Implement getMethodAdvices() for the AOP Framework to Implement getAdvicedMethodsInformation...() for the AOP Framework

#2 Updated by Robert Lemke about 7 years ago

  • Target version deleted (18)

Also available in: Atom PDF