Kimai_Database_Mysql::getCustomerTable PHP Méthode

getCustomerTable() public méthode

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