public function QPDrupalDB::__construct in QueryPath 6
Same name and namespace in other branches
- 7.3 querypath.classes.inc \QPDrupalDB::__construct()
- 7.2 querypath.classes.inc \QPDrupalDB::__construct()
Construct a new extension instance. There is no need to call this directly.
Overrides QueryPathExtension::__construct
File
- ./
querypath.classes.inc, line 30 - Classes that are part of the QueryPath module.
Class
- QPDrupalDB
- Add Drupal database support to QueryPath.
Code
public function __construct(QueryPath $qp) {
$this->qp = $qp;
}