diff --git a/System/Aop.php b/System/Aop.php index bef98107..633d4978 100644 --- a/System/Aop.php +++ b/System/Aop.php @@ -34,6 +34,8 @@ class Aop extends Component $this->_aop[$aspect] = []; } + var_dump(get_class($class) . '::' . $method); + $this->_aop[get_class($class) . '::' . $method][] = $aspect; }