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