An invocation is a callable joinpoint and can be intercepted by an interceptor
Наследование: extends Go\Aop\Intercept\Joinpoint
Пример #1
0
 public static function staticLsbRecursion($value, $level = 0)
 {
     return static::$invocation->__invoke(__CLASS__, array($value, $level));
 }