예제 #1
0
파일: Client.php 프로젝트: kylesm87/Clutch
 public function toString()
 {
     return $this->ua->toString() . '/' . $this->os->toString();
 }