Exemplo n.º 1
0
 /**
  * @param int $id
  *
  * @return Group
  */
 public function getGroup($id)
 {
     return $this->client->getGroup($id);
 }