Kimai_Database_Mysql::getTimeSheetTable PHP Method

getTimeSheetTable() public method

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