/**
* 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 [];
}