From eb35799c65af22997dce7c00b747520c147ebf43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 18 Sep 2020 21:38:27 +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 --- HttpServer/Route/Annotation/Websocket.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HttpServer/Route/Annotation/Websocket.php b/HttpServer/Route/Annotation/Websocket.php index fb4ebfec..cac5d7e1 100644 --- a/HttpServer/Route/Annotation/Websocket.php +++ b/HttpServer/Route/Annotation/Websocket.php @@ -47,6 +47,18 @@ class Websocket extends Annotation } + /** + * @param string $path + * @param string $namespace + * @throws \ReflectionException + */ + public function registration_notes($path = '', $namespace = '') + { + var_dump(get_called_class()); + parent::registration_notes($path, $namespace); + } + + /** * @param $events * @param $comment