You are here

function D::find in QueryPath 6

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

File

qpa/qpa.phpunit.inc, line 49

Class

D

Code

function find($name) {
  $this->matches = $this
    ->descendList($name);
}