/** * Autogenerated Proxy Method * @param \SKL\Post\Domain\Model\Category $newCategory * @return void */ public function createAction(\SKL\Post\Domain\Model\Category $newCategory) { // FIXME this can be removed again once Doctrine is fixed (see fixMethodsAndAdvicesArrayForDoctrineProxiesCode()) $this->Flow_Aop_Proxy_fixMethodsAndAdvicesArrayForDoctrineProxies(); if (isset($this->Flow_Aop_Proxy_methodIsInAdviceMode['createAction'])) { $result = parent::createAction($newCategory); } else { $this->Flow_Aop_Proxy_methodIsInAdviceMode['createAction'] = TRUE; try { $methodArguments = array(); $methodArguments['newCategory'] = $newCategory; $adviceChains = $this->Flow_Aop_Proxy_getAdviceChains('createAction'); $adviceChain = $adviceChains['TYPO3\\Flow\\Aop\\Advice\\AroundAdvice']; $adviceChain->rewind(); $joinPoint = new \TYPO3\Flow\Aop\JoinPoint($this, 'SKL\\Post\\Controller\\CategoryController', 'createAction', $methodArguments, $adviceChain); $result = $adviceChain->proceed($joinPoint); $methodArguments = $joinPoint->getMethodArguments(); } catch (\Exception $e) { unset($this->Flow_Aop_Proxy_methodIsInAdviceMode['createAction']); throw $e; } unset($this->Flow_Aop_Proxy_methodIsInAdviceMode['createAction']); } return $result; }