1 select.inc public &SelectQuery::getOrderBy()

Implements SelectQueryInterface::getOrderBy().

Overrides SelectQueryInterface::getOrderBy

File

core/includes/database/select.inc, line 1326

Class

SelectQuery
Query builder for SELECT statements.

Code

public function &getOrderBy() {
  return $this->order;
}