function D::find in QueryPath 6
Same name and namespace in other branches
- 7.3 qpa/qpa.phpunit.inc \D::find()
- 7.2 qpa/qpa.phpunit.inc \D::find()
File
- qpa/
qpa.phpunit.inc, line 49
Class
Code
function find($name) {
$this->matches = $this
->descendList($name);
}