OphTrLaser_Site_Laser::tableName PHP Méthode

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name
    public function tableName()
    {
        return 'ophtrlaser_site_laser';
    }

Usage Example

 /**
  * @covers OphTrLaser_Type::tableName
  */
 public function testTableName()
 {
     $this->assertEquals('ophtrlaser_type', $this->model->tableName());
 }