1.20.x select.inc public &SelectQuery::getOrderBy()

Implements SelectQueryInterface::getOrderBy().

Overrides SelectQueryInterface::getOrderBy

File

includes/database/select.inc, line 1328

Class

SelectQuery
Query builder for SELECT statements.

Code

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