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