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; + } }