You are here

public function QPTPL::__construct in QueryPath 6

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

Overrides QueryPathExtension::__construct

File

QueryPath/Extension/QPTPL.php, line 6

Class

QPTPL

Code

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