You are here

public function QueryPath::end in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPath.php \QueryPath::end()
  2. 7.2 QueryPath/QueryPath.php \QueryPath::end()

File

QueryPath/QueryPath.php, line 997

Class

QueryPath

Code

public function end() {
  $this->matches = $this->last;
  $this->last = new SplObjectStorage();
  return $this;
}