From 771845dddd5134c8b7266ccaaf9f9522e9595db1 Mon Sep 17 00:00:00 2001 From: Pavle Lee <523260513@qq.com> Date: Sun, 23 Apr 2017 18:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0names=E7=9A=84get=E6=96=B9?= =?UTF-8?q?=E6=B3=95=EF=BC=8C=E4=BD=BF=E5=85=B6=E6=8B=A5=E6=9C=89=E6=9B=B4?= =?UTF-8?q?=E5=A5=BD=E7=9A=84=E6=89=A9=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Hprose/Service.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Hprose/Service.php b/src/Hprose/Service.php index 7716b107..5a72a8f2 100644 --- a/src/Hprose/Service.php +++ b/src/Hprose/Service.php @@ -1215,4 +1215,11 @@ public function push($topic) { $this->internalPush($topic, $id, $result); } } + + /** + * @return array + */ + public function getNames(){ + return $this->names; + } }