function SelectQueryExtender::__construct
2 calls to SelectQueryExtender::__construct()
- PagerDefault::__construct in includes/
pager.inc - TableSort::__construct in includes/
tablesort.inc
2 methods override SelectQueryExtender::__construct()
- PagerDefault::__construct in includes/
pager.inc - TableSort::__construct in includes/
tablesort.inc
File
-
includes/
database/ select.inc, line 562
Class
- SelectQueryExtender
- The base extender class for Select queries.
Code
public function __construct(SelectQueryInterface $query, DatabaseConnection $connection) {
$this->uniqueIdentifier = uniqid('', TRUE);
$this->query = $query;
$this->connection = $connection;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.