Example #1
0
 /**
  * @see DatabaseConnection::FoundRows()
  * @return int
  */
 public function FoundRows()
 {
     return $this->table->FoundRows();
 }