public function modifierAction($id)
 {
     $ref = new \ReflectionMethod('Serialken\\BlogBundle\\Controller\\BlogController', 'modifierAction');
     $interceptors = $this->__CGInterception__loader->loadInterceptors($ref, $this, array($id));
     $invocation = new \CG\Proxy\MethodInvocation($ref, $this, array($id), $interceptors);
     return $invocation->proceed();
 }
 public function helloadminAction($name)
 {
     $ref = new \ReflectionMethod('Acme\\DemoBundle\\Controller\\SecuredController', 'helloadminAction');
     $interceptors = $this->__CGInterception__loader->loadInterceptors($ref, $this, array($name));
     $invocation = new \CG\Proxy\MethodInvocation($ref, $this, array($name), $interceptors);
     return $invocation->proceed();
 }
 public function ajouterAction()
 {
     $ref = new \ReflectionMethod('Test\\BlogBundle\\Controller\\BlogController', 'ajouterAction');
     $interceptors = $this->__CGInterception__loader->loadInterceptors($ref, $this, array());
     $invocation = new \CG\Proxy\MethodInvocation($ref, $this, array(), $interceptors);
     return $invocation->proceed();
 }