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

Implements SelectQueryInterface::getFields().

Overrides SelectQueryInterface::getFields

File

includes/database/select.inc, line 1314

Class

SelectQuery
Query builder for SELECT statements.

Code

public function &getFields() {
  return $this->fields;
}