Kimai_Database_Mysql::getGroupsUsersTable PHP Method

getGroupsUsersTable() public method

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