private function QueryPath::noMatches in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::noMatches()
- 7.2 QueryPath/QueryPath.php \QueryPath::noMatches()
1 call to QueryPath::noMatches()
- QueryPath::find in QueryPath/
QueryPath.php
File
- QueryPath/
QueryPath.php, line 1918
Class
Code
private function noMatches() {
$this
->setMatches(NULL);
}