You are here

private function QueryPath::noMatches in QueryPath 7.3

Same name and namespace in other branches
  1. 6 QueryPath/QueryPath.php \QueryPath::noMatches()
  2. 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

QueryPath

Code

private function noMatches() {
  $this
    ->setMatches(NULL);
}