You are here

public function QPList::__construct in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/Extension/QPList.php \QPList::__construct()
  2. 7.2 QueryPath/Extension/QPList.php \QPList::__construct()

Overrides QueryPathExtension::__construct

File

QueryPath/Extension/QPList.php, line 11

Class

QPList

Code

public function __construct(QueryPath $qp) {
  $this->qp = $qp;
}