コード例 #1
0
 /**
  * 
  *
  * @return MozuClient
  */
 public static function getSearchTuningRuleSortFieldsClient()
 {
     $url = SearchUrl::getSearchTuningRuleSortFieldsUrl();
     $mozuClient = new MozuClient();
     $mozuClient->withResourceUrl($url);
     return $mozuClient;
 }