Example #1
0
 /**
  * Set client instance
  * @param ClientInterface $client
  * @return Rtm
  */
 public function setClient(ClientInterface $client)
 {
     $client->setRtm($this);
     $this->client = $client;
     return $this;
 }