You are here

public function QueryPath::size in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/QueryPath.php \QueryPath::size()
  2. 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

... See full list

File

QueryPath/QueryPath.php, line 297

Class

QueryPath

Code

public function size() {
  return $this->matches
    ->count();
}