Kimai_Database_Mysql::getRatesTable PHP Method

getRatesTable() public method

public getRatesTable ( ) : string
return string tablename including prefix
    public function getRatesTable()
    {
        return $this->kga['server_prefix'] . 'rates';
    }
Kimai_Database_Mysql