Kimai_Database_Mysql::getRatesTable PHP 메소드

getRatesTable() 공개 메소드

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