Exemplo n.º 1
0
 /**
  * Recreates the command cursor and counts its results.
  *
  * @see http://php.net/manual/en/countable.count.php
  * @return integer
  */
 public function count()
 {
     return $this->commandCursor->count();
 }