An invocation is a callable joinpoint and can be intercepted by an interceptor
Inheritance: extends Go\Aop\Intercept\Joinpoint
Exemplo n.º 1
0
 public static function staticLsbRecursion($value, $level = 0)
 {
     return static::$invocation->__invoke(__CLASS__, array($value, $level));
 }