getRowCount() публичный Метод

Returns the number of rows in this table.
public getRowCount ( ) : integer
Результат integer
Пример #1
0
 /**
  * Returns the number of rows in this table.
  *
  * @return int
  */
 public function getRowCount()
 {
     $this->loadData();
     return parent::getRowCount();
 }