You are here

function D::__construct in QueryPath 6

Same name and namespace in other branches
  1. 7.3 qpa/qpa.phpunit.inc \D::__construct()
  2. 7.2 qpa/qpa.phpunit.inc \D::__construct()

File

qpa/qpa.phpunit.inc, line 44

Class

D

Code

function __construct(&$arr) {
  $this->arr =& $arr;
  $this->matches = array(
    $arr,
  );
}