Back to AdminModel class

Method getReorderConditions

protected array
getReorderConditions
(mixed $table)
A protected method to get a set of ordering conditions.
Parameters
  • \Joomla\CMS\Table\Table $table A Table object.
Returns
  • array An array of conditions to add to ordering queries.
Since
  • 1.6
Class: AdminModel
Project: Joomla

Method getReorderConditions - Source code

/**
 * A protected method to get a set of ordering conditions.
 *
 * @param   Table  $table  A Table object.
 *
 * @return  array  An array of conditions to add to ordering queries.
 *
 * @since   1.6
 */
protected function getReorderConditions($table)
{
    return [];
}