getRowCount() public method

Returns the number of rows in this table.
public getRowCount ( ) : integer
return integer
コード例 #1
0
ファイル: QueryTableTest.php プロジェクト: AroundPBT/PHPBoost
 public function testGetRowCount()
 {
     $this->assertEquals(2, $this->table->getRowCount());
 }