\QueryPathExtension

A Extension is a tool that extends the capabilities of a Query object.

Extensions to QueryPath should implement the Extension interface. The only requirement is that the extension provide a constructor that takes a Query object as a parameter.

Here is an example QueryPath extension:

Summary

Methods
Constants
__construct()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

__construct()

__construct(\QueryPath\Query  $qp) 

Parameters

\QueryPath\Query $qp