예제 #1
0
파일: Rtm.php 프로젝트: CloudShirt/php-rtm
 /**
  * Set client instance
  * @param ClientInterface $client
  * @return Rtm
  */
 public function setClient(ClientInterface $client)
 {
     $client->setRtm($this);
     $this->client = $client;
     return $this;
 }