Skip to content

Commit

Permalink
Merge pull request #38 from Liv1020/master
Browse files Browse the repository at this point in the history
增加names的get方法,使其拥有更好的扩展
  • Loading branch information
andot committed Apr 23, 2017
2 parents 4372132 + 771845d commit bfcf586
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Hprose/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -1215,4 +1215,11 @@ public function push($topic) {
$this->internalPush($topic, $id, $result);
}
}

/**
* @return array
*/
public function getNames(){
return $this->names;
}
}

0 comments on commit bfcf586

Please sign in to comment.