getRowCount() public method

Returns the number of rows in this table.
public getRowCount ( ) : integer
return integer
Esempio n. 1
0
 /**
  * Returns the number of rows in this table.
  *
  * @return int
  */
 public function getRowCount()
 {
     $this->loadData();
     return parent::getRowCount();
 }