getRowCount() 공개 메소드

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