コード例 #1
0
 /**
  * @since 2.5
  *
  * @param string $temporaryTable
  *
  * @return string
  */
 public function getSortIndexField($temporaryTable = '')
 {
     return ($temporaryTable !== '' ? $temporaryTable . '.' : '') . $this->searchTable->getSortField();
 }