public function QueryPath::size in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/QueryPath.php \QueryPath::size()
- 7.2 QueryPath/QueryPath.php \QueryPath::size()
9 calls to QueryPath::size()
- QueryPath::get in QueryPath/
QueryPath.php - QueryPath::html in QueryPath/
QueryPath.php - QueryPath::innerXHTML in QueryPath/
QueryPath.php - QueryPath::innerXML in QueryPath/
QueryPath.php - QueryPath::replaceAll in QueryPath/
QueryPath.php
File
- QueryPath/
QueryPath.php, line 297
Class
Code
public function size() {
return $this->matches
->count();
}