示例#1
0
 public function invoke(MethodInvocation $invocation)
 {
     $args = $invocation->getArguments();
     return $args[0];
 }
示例#2
0
 /**
  * @ExceptionInterceptor(class-expression=ClassSimpleAOPAnnotation?,expression=^.+)
  */
 public function exceptionInterceptor(MethodInvocation $invocation)
 {
     $args = $invocation->getArguments();
     return $args[0];
 }