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

Returns the number of rows in this table.
public getRowCount ( ) : integer
Результат integer
Пример #1
0
 public function testGetRowCount()
 {
     $this->assertEquals(2, $this->table->getRowCount());
 }