public function QueryPath::branch in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::branch()
- 7.2 QueryPath/QueryPath.php \QueryPath::branch()
File
- QueryPath/
QueryPath.php, line 1569
Class
Code
public function branch($selector = NULL) {
$temp = qp($this->matches, NULL, $this->options);
if (isset($selector)) {
$temp
->find($selector);
}
return $temp;
}