/**
  * {@inheritdoc}
  */
 public function __construct($adviceMethod, $order = 0, Pointcut $pointcut = null)
 {
     self::$advice = $adviceMethod;
     parent::__construct($adviceMethod, $order, $pointcut);
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function __construct($adviceMethod, $order = 0, $pointcutExpression = '')
 {
     self::$advice = $adviceMethod;
     parent::__construct($adviceMethod, $order, $pointcutExpression);
 }