コード例 #1
0
ファイル: Client.php プロジェクト: kylesm87/Clutch
 public function toString()
 {
     return $this->ua->toString() . '/' . $this->os->toString();
 }