/**
  * Autogenerated Proxy Method
  */
 protected function Flow_Aop_Proxy_buildMethodsAndAdvicesArray()
 {
     if (method_exists(get_parent_class($this), 'Flow_Aop_Proxy_buildMethodsAndAdvicesArray') && is_callable('parent::Flow_Aop_Proxy_buildMethodsAndAdvicesArray')) {
         parent::Flow_Aop_Proxy_buildMethodsAndAdvicesArray();
     }
     $objectManager = \TYPO3\Flow\Core\Bootstrap::$staticObjectManager;
     $this->Flow_Aop_Proxy_targetMethodsAndGroupedAdvices = array('start' => array('TYPO3\\Flow\\Aop\\Advice\\AfterAdvice' => array(new \TYPO3\Flow\Aop\Advice\AfterAdvice('TYPO3\\Flow\\Session\\Aspect\\LoggingAspect', 'logStart', $objectManager, NULL))), 'resume' => array('TYPO3\\Flow\\Aop\\Advice\\AfterAdvice' => array(new \TYPO3\Flow\Aop\Advice\AfterAdvice('TYPO3\\Flow\\Session\\Aspect\\LoggingAspect', 'logResume', $objectManager, NULL))), 'destroy' => array('TYPO3\\Flow\\Aop\\Advice\\BeforeAdvice' => array(new \TYPO3\Flow\Aop\Advice\BeforeAdvice('TYPO3\\Flow\\Session\\Aspect\\LoggingAspect', 'logDestroy', $objectManager, NULL))), 'renewId' => array('TYPO3\\Flow\\Aop\\Advice\\AroundAdvice' => array(new \TYPO3\Flow\Aop\Advice\AroundAdvice('TYPO3\\Flow\\Session\\Aspect\\LoggingAspect', 'logRenewId', $objectManager, NULL))), 'collectGarbage' => array('TYPO3\\Flow\\Aop\\Advice\\AfterReturningAdvice' => array(new \TYPO3\Flow\Aop\Advice\AfterReturningAdvice('TYPO3\\Flow\\Session\\Aspect\\LoggingAspect', 'logCollectGarbage', $objectManager, NULL))));
 }