コード例 #1
0
 public function search($query, $offset = 0, $limit = 20, $options = array())
 {
     $sugarSpot = new SugarSpot();
     return $sugarSpot->search($query, $offset, $limit, $options);
 }