public function QueryPath::eq in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::eq()
 - 7.2 QueryPath/QueryPath.php \QueryPath::eq()
 
File
- QueryPath/
QueryPath.php, line 453  
Class
Code
public function eq($index) {
  $this
    ->setMatches($this
    ->getNthMatch($index));
  return $this;
}