public function QPXSL::__construct in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/Extension/QPXSL.php \QPXSL::__construct()
- 7.2 QueryPath/Extension/QPXSL.php \QPXSL::__construct()
Overrides QueryPathExtension::__construct
File
- QueryPath/
Extension/ QPXSL.php, line 9
Class
Code
public function __construct(QueryPath $qp) {
$this->src = $qp;
}