[TYPO3-50-general] Accessing the AspectContainer / AOPBrowser

Michael Feinbier typo3 at feinbier.net
Tue Mar 18 09:38:44 CET 2008


Hi Robert,

Robert Lemke schrieb:
> 
> This morning I created a few new features just for you (see #407 & #408).
> Here's a little code snippet which should help you getting the information
> you need:
> 
> $aopFramework =
> $this->componentManager->getComponent('T3_FLOW3_AOP_Framework');
> foreach($aopFramework->getTargetAndProxyClassNames() as $targetClassName
> => $proxyClassName) {
>     var_dump($aopFramework->getAdvicedMethodsInformationByTargetClass($targetClassName));
> 
> }

Thank you very much for that. Thats a pretty good solution for me :-)
I think i will show some results around easter-time.

Thanks again!

Michael

> 
> Cheers,
> robert


More information about the TYPO3-project-5_0-general mailing list