'DESC', 'column' => SORT_DESC, ['column', 'DESC']] * @param string|int $direction The default direction. Can be any of the following: * 'ASC', 'DESC', SORT_ASC, SORT_DESC * * @return $this */ public function orderBy($orderBy, $direction = null); /** * Reset the ORDER BY part of the query * * @return $this */ public function resetOrderBy(); }