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

Implements SelectQueryInterface::getTables().

Overrides SelectQueryInterface::getTables

File

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

Class

SelectQuery
Query builder for SELECT statements.

Code

public function &getTables() {
  return $this->tables;
}