Kimai_Database_Mysql::getCustomerTable PHP Method

getCustomerTable() public method

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