示例#1
0
 /**
  * Returns the number of items in current result
  * Implements Countable
  *
  * @return int
  */
 public function count()
 {
     return $this->_iterator->count();
 }