getRowCount() public method

Returns the number of rows in this table.
public getRowCount ( ) : integer
return integer
示例#1
0
 public function testGetRowCount()
 {
     $this->assertEquals(2, $this->table->getRowCount());
 }