예제 #1
0
 /**
  * Clears all existing sorting rules from this Find command.
  */
 function clearSortRules()
 {
     $this->_impl->clearSortRules();
 }