getDbTableName() 공개 메소드

Return the name of the database table.
public getDbTableName ( ) : string
리턴 string
예제 #1
0
 /**
  */
 public function testGetDbTableName()
 {
     $this->assertEquals($this->table, $this->object->getDbTableName());
 }