public function QueryPath::end in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::end()
- 7.2 QueryPath/QueryPath.php \QueryPath::end()
File
- QueryPath/
QueryPath.php, line 997
Class
Code
public function end() {
$this->matches = $this->last;
$this->last = new SplObjectStorage();
return $this;
}