1.20.x select.inc | public &SelectQuery::getTables() |
Implements SelectQueryInterface::getTables().
Overrides SelectQueryInterface::getTables
File
- includes/
database/ select.inc, line 1342
Class
- SelectQuery
- Query builder for SELECT statements.
Code
public function &getTables() {
return $this->tables;
}