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

Implements SelectQueryInterface::getFields().

Overrides SelectQueryInterface::getFields

File

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

Class

SelectQuery
Query builder for SELECT statements.

Code

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