From ca695220c1dcb7d339cfdeb3c036c58bba825260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 30 Mar 2021 12:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Aop.php | 2 ++ 1 file changed, 2 insertions(+) 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; }