コード例 #1
0
ファイル: Proxy.php プロジェクト: josephholsten/swaplady
 /**
  * Get default search field.
  *
  * Null means, that search is performed through all fields by default
  *
  * @return string
  */
 public static function getDefaultSearchField()
 {
     return $this->_index->getDefaultSearchField();
 }