go-basic
[ class tree: go-basic ] [ index: go-basic ] [ all elements ]

Element index for package go-basic

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

_

__construct
in file security.class.inc.php, method GO_SECURITY::__construct()
    Constructor. Initialises base class of the security class family
__construct
in file users.class.inc.php, method GO_USERS::__construct()
    The constructor initializes the SQL database connection.
__construct
in file modules.class.inc.php, method GO_MODULES::__construct()
    Constructor. Loads all installed modules into the modules array
__construct
in file links.class.inc.php, method GO_LINKS::__construct()
__construct
in file groups.class.inc.php, method GO_GROUPS::__construct()
    Constructor. Calls parent class base_groups constructor
__construct
in file language.class.inc.php, method GO_LANGUAGE::__construct()
    Constructor. Initialises language setting and checks in following order: User preference (Session), Browser language setting, default language
__construct
in file auth.class.inc.php, method GO_AUTH::__construct()
top

a

$allow_duplicate_email
in file config.class.inc.php, variable GO_CONFIG::$allow_duplicate_email
    Allow e-mail address more then once
$allow_password_change
in file config.class.inc.php, variable GO_CONFIG::$allow_password_change
    Enable password changing by users
$allow_registration
in file config.class.inc.php, variable GO_CONFIG::$allow_registration
    Enable user registration by everyone
$allow_themes
in file config.class.inc.php, variable GO_CONFIG::$allow_themes
    Enable theme switching by users
$auto_activate_accounts
in file config.class.inc.php, variable GO_CONFIG::$auto_activate_accounts
    Activate self regstered accounts?
acl_exists
in file security.class.inc.php, method GO_SECURITY::acl_exists()
    Checks if an ACL exists in acl_items. Use carefully!
add_folder
in file links.class.inc.php, method GO_LINKS::add_folder()
add_group
in file groups.class.inc.php, method GO_GROUPS::add_group()
    Add's a group
add_group_to_acl
in file security.class.inc.php, method GO_SECURITY::add_group_to_acl()
    Add's a user group to an Access Control List
add_link
in file links.class.inc.php, method GO_LINKS::add_link()
add_module
in file modules.class.inc.php, method GO_MODULES::add_module()
    Installs a module
add_reminder
in file reminder.class.inc.php, method reminder::add_reminder()
    Add a ticket
add_user
in file users.class.inc.php, method GO_USERS::add_user()
    This function adds a new user to the database.
add_user_to_acl
in file security.class.inc.php, method GO_SECURITY::add_user_to_acl()
    Adds a user to an Access Control List
add_user_to_group
in file groups.class.inc.php, method GO_GROUPS::add_user_to_group()
    Add's a user to a group
authenticate
in file security.class.inc.php, method GO_SECURITY::authenticate()
    Checks if a user is logged in. if not it attempts to log in based on stored cookies. On failure it redirects the user to the login page.
authenticate
in file modules.class.inc.php, method GO_MODULES::authenticate()
    Checks if the currently active user is permissioned for a module
auth.class.inc.php
procedural page auth.class.inc.php
top

c

$class_path
in file modules.class.inc.php, variable GO_MODULES::$class_path
    The full path to the classes of the currently active module
$cmd_alias
in file config.class.inc.php, variable GO_CONFIG::$cmd_alias
    Command to script to set a postfix alias
$cmd_chpasswd
in file config.class.inc.php, variable GO_CONFIG::$cmd_chpasswd
    Command to set system passwords. Used by passwd.users.class.inc.
$cmd_edquota
in file config.class.inc.php, variable GO_CONFIG::$cmd_edquota
    Command to set user quota's. Used by passwd.users.class.inc.
$cmd_quota
in file config.class.inc.php, variable GO_CONFIG::$cmd_quota
    Command to get user quota's. Used by passwd.users.class.inc.
$cmd_sudo
in file config.class.inc.php, variable GO_CONFIG::$cmd_sudo
    Command to SUDO
$cmd_tar
in file config.class.inc.php, variable GO_CONFIG::$cmd_tar
    Command to control TAR archives
$cmd_tnef
in file config.class.inc.php, variable GO_CONFIG::$cmd_tnef
    Command to unpack winmail.dat files
$cmd_unzip
in file config.class.inc.php, variable GO_CONFIG::$cmd_unzip
    Command to unpack ZIP archive
$cmd_wbxml2xml
in file config.class.inc.php, variable GO_CONFIG::$cmd_wbxml2xml
    Command to convert wbxml to xml
$cmd_xml2wbxml
in file config.class.inc.php, variable GO_CONFIG::$cmd_xml2wbxml
    Command to convert xml to wbxml
$cmd_zip
in file config.class.inc.php, variable GO_CONFIG::$cmd_zip
    Command to create ZIP archive
$create_mode
in file config.class.inc.php, variable GO_CONFIG::$create_mode
cache_search_result
in file search.class.inc.php, method search::cache_search_result()
    Add a search result to the cache table
cache_user
in file users.class.inc.php, method GO_USERS::cache_user()
    When a global search action is performed this function will be called for each module
check_password
in file users.class.inc.php, method GO_USERS::check_password()
    This function checks if the password the user supplied is valid.
chown_acl
in file security.class.inc.php, method GO_SECURITY::chown_acl()
    Change ownership of an ACL
config.class.inc.php
procedural page config.class.inc.php
clear_acl
in file security.class.inc.php, method GO_SECURITY::clear_acl()
    Remove all users and user groups from an ACL
clear_group
in file groups.class.inc.php, method GO_GROUPS::clear_group()
    Removes all go_users from a group
close
in file userlog.class.inc.php, method userlog::close()
copy_acl
in file security.class.inc.php, method GO_SECURITY::copy_acl()
    Copy the user and group permissions of one acl to another
top

d

$date_formats
in file config.class.inc.php, variable GO_CONFIG::$date_formats
    Date formats to be used. Only Y, m and d are supported.
$date_seperators
in file config.class.inc.php, variable GO_CONFIG::$date_seperators
    Date seperators to be used.
$db_host
in file config.class.inc.php, variable GO_CONFIG::$db_host
    The host of the database
$db_name
in file config.class.inc.php, variable GO_CONFIG::$db_name
    The name of the database
$db_pass
in file config.class.inc.php, variable GO_CONFIG::$db_pass
    The password to connect to the database
$db_type
in file config.class.inc.php, variable GO_CONFIG::$db_type
    The database type to use. Currently only MySQL is supported
$db_user
in file config.class.inc.php, variable GO_CONFIG::$db_user
    The username to connect to the database
$debug
in file config.class.inc.php, variable GO_CONFIG::$debug
    Enable debugging mode
$default_country
in file config.class.inc.php, variable GO_CONFIG::$default_country
    Default country
$default_currency
in file config.class.inc.php, variable GO_CONFIG::$default_currency
    Default language
$default_date_format
in file config.class.inc.php, variable GO_CONFIG::$default_date_format
    Default date format
$default_date_seperator
in file config.class.inc.php, variable GO_CONFIG::$default_date_seperator
    Default date seperator
$default_decimal_seperator
in file config.class.inc.php, variable GO_CONFIG::$default_decimal_seperator
    Default decimal seperator for numbers
$default_first_weekday
in file config.class.inc.php, variable GO_CONFIG::$default_first_weekday
    Default first day of the week 0=sunday 1=monday
$default_thousands_seperator
in file config.class.inc.php, variable GO_CONFIG::$default_thousands_seperator
    Default thousands seperator for numbers
$default_timezone
in file config.class.inc.php, variable GO_CONFIG::$default_timezone
    Default timezone
$default_time_format
in file config.class.inc.php, variable GO_CONFIG::$default_time_format
    Default time format
delete_acl
in file security.class.inc.php, method GO_SECURITY::delete_acl()
    Deletes an Access Control List
delete_folder
in file links.class.inc.php, method GO_LINKS::delete_folder()
delete_group
in file groups.class.inc.php, method GO_GROUPS::delete_group()
    Delete's a group
delete_group_from_acl
in file security.class.inc.php, method GO_SECURITY::delete_group_from_acl()
    Deletes a user group from an Access Control List
delete_link
in file links.class.inc.php, method GO_LINKS::delete_link()
delete_module
in file modules.class.inc.php, method GO_MODULES::delete_module()
    Installs a module
delete_reminder
in file reminder.class.inc.php, method reminder::delete_reminder()
    Delete a reminder
delete_reminders
in file reminder.class.inc.php, method reminder::delete_reminders()
    Delete all reminders for a user ID
delete_search_result
in file search.class.inc.php, method search::delete_search_result()
    Delete a search result from the cache table
delete_setting
in file config.class.inc.php, method GO_CONFIG::delete_setting()
    Deletes a custom setting from the database
delete_user
in file users.class.inc.php, method GO_USERS::delete_user()
    This function deletes a user from the database.
delete_user_from_acl
in file security.class.inc.php, method GO_SECURITY::delete_user_from_acl()
    Deletes a user from an Access Control List
delete_user_from_group
in file groups.class.inc.php, method GO_GROUPS::delete_user_from_group()
    Delete's a user to a group
top

e

$email_connectstring_options
in file config.class.inc.php, variable GO_CONFIG::$email_connectstring_options
    Connection string options to append to the hostname when connecting to IMAP servers using the PHP imap extension. Some distributions require /notls here.
$enabled
in file config.class.inc.php, variable GO_CONFIG::$enabled
    Enable this Group-Office installation?
email_exists
in file users.class.inc.php, method GO_USERS::email_exists()
    This function checks, if there is already a user with the given email address.
top

f

$file
in file userlog.class.inc.php, variable userlog::$file
$file_storage_path
in file config.class.inc.php, variable GO_CONFIG::$file_storage_path
    The path to the location where the files of the file browser module are stored
$full_url
in file modules.class.inc.php, variable GO_MODULES::$full_url
    The full URL to the currently active module
$full_url
in file config.class.inc.php, variable GO_CONFIG::$full_url
    Full URL to reach Group-Office with slash on end
fire_event
in file modules.class.inc.php, method GO_MODULES::fire_event()
    Will call a function in all main module classes For example fire_event('delete_user', $arguments) will call the function __on_delete_user in all modules.
top

g

$group_everyone
in file config.class.inc.php, variable GO_CONFIG::$group_everyone
    The everyone user group ID
$group_internal
in file config.class.inc.php, variable GO_CONFIG::$group_internal
    The internal user group ID
$group_root
in file config.class.inc.php, variable GO_CONFIG::$group_root
    The administrator user group ID
groups.class.inc.php
procedural page groups.class.inc.php
get_acl_id
in file security.class.inc.php, method GO_SECURITY::get_acl_id()
    Get's an ACL id based on the desciption. Use carefully.
get_authorized_users
in file users.class.inc.php, method GO_USERS::get_authorized_users()
    This function retrieves all users that are visible to a user.
get_authorized_users_in_acl
in file security.class.inc.php, method GO_SECURITY::get_authorized_users_in_acl()
    Get's all authorized users from an ACL
get_authorized_user_by_email
in file users.class.inc.php, method GO_USERS::get_authorized_user_by_email()
    This function returns all userdata based on the user's name.
get_base_language_file
in file language.class.inc.php, method GO_LANGUAGE::get_base_language_file()
    Get's a language file from the framework (Not a module)
get_client_settings
in file config.class.inc.php, method GO_CONFIG::get_client_settings()
get_config_file
in file config.class.inc.php, method GO_CONFIG::get_config_file()
    Get's the location of a configuration file.
get_fallback_base_language_file
in file language.class.inc.php, method GO_LANGUAGE::get_fallback_base_language_file()
    Get's the default language file from the framework (Not a module).
get_fallback_language_file
in file language.class.inc.php, method GO_LANGUAGE::get_fallback_language_file()
    Get's the prefered language file.
get_folder
in file links.class.inc.php, method GO_LINKS::get_folder()
get_folders
in file links.class.inc.php, method GO_LINKS::get_folders()
get_group
in file groups.class.inc.php, method GO_GROUPS::get_group()
    Get a group's properties in an array
get_groups
in file groups.class.inc.php, method GO_GROUPS::get_groups()
    Get's all go_groups. If a user ID is specified it returns only the go_groups that user is a member of.
get_groups_in_acl
in file security.class.inc.php, method GO_SECURITY::get_groups_in_acl()
    Get's all groups from an ACL
get_group_by_name
in file groups.class.inc.php, method GO_GROUPS::get_group_by_name()
    Get a group's properties in an array
get_group_ids_from_acl
in file security.class.inc.php, method GO_SECURITY::get_group_ids_from_acl()
    Get all groups that are connected to a given acl.
get_language_file
in file language.class.inc.php, method GO_LANGUAGE::get_language_file()
    Get's a language file from a module
get_last_sync_time
in file search.class.inc.php, method search::get_last_sync_time()
    Get the last time a module synced with the cache table
get_latest_links_json
in file search.class.inc.php, method search::get_latest_links_json()
get_linked_users
in file users.class.inc.php, method GO_USERS::get_linked_users()
get_links_json
in file search.class.inc.php, method search::get_links_json()
    Get JSON data to display links. See also the global_search function for parameters
get_link_id
in file links.class.inc.php, method GO_LINKS::get_link_id()
get_module
in file modules.class.inc.php, method GO_MODULES::get_module()
    Get information of a module in an Array
get_modules
in file modules.class.inc.php, method GO_MODULES::get_modules()
    Get's all modules from the database
get_modules_with_locations
in file modules.class.inc.php, method GO_MODULES::get_modules_with_locations()
    Get's all modules in an array with detailed information
get_new_acl
in file security.class.inc.php, method GO_SECURITY::get_new_acl()
    Creates and returns a new Access Control List to secure an object
get_reminder
in file reminder.class.inc.php, method reminder::get_reminder()
    Gets a reminder record
get_reminders
in file reminder.class.inc.php, method reminder::get_reminders()
    Gets all reminders
get_reminder_by_link_id
in file reminder.class.inc.php, method reminder::get_reminder_by_link_id()
    Gets a reminder record by a link ID
get_reminder_by_name
in file reminder.class.inc.php, method reminder::get_reminder_by_name()
    Gets a reminder record by the name field
get_search_fields
in file users.class.inc.php, method GO_USERS::get_search_fields()
    This function returns an array of the fields that can be used as search criterias for users.
get_search_result
in file search.class.inc.php, method search::get_search_result()
    Get a particular search result from the cache table
get_search_types
in file search.class.inc.php, method search::get_search_types()
    Return all of the search types that are available in the cache table
get_setting
in file config.class.inc.php, method GO_CONFIG::get_setting()
    Gets a custom saved setting from the database
get_settings
in file config.class.inc.php, method GO_CONFIG::get_settings()
    Gets all custom saved user settings from the database
get_state
in file config.class.inc.php, method GO_CONFIG::get_state()
get_stylesheet
in file theme.class.inc.php, method GO_THEME::get_stylesheet()
    Get the stylesheet of a module
get_themes
in file theme.class.inc.php, method GO_THEME::get_themes()
    Gets all theme names
get_user
in file users.class.inc.php, method GO_USERS::get_user()
    This function searches for a user by his ID andreturns all userdata based on the users ID.
get_users
in file users.class.inc.php, method GO_USERS::get_users()
    Fetch all users from the user management backend.
get_users_in_acl
in file security.class.inc.php, method GO_SECURITY::get_users_in_acl()
    Get's all users from an ACL
get_users_in_group
in file groups.class.inc.php, method GO_GROUPS::get_users_in_group()
    Get's all members of a group
get_user_by_email
in file users.class.inc.php, method GO_USERS::get_user_by_email()
    This function searches for a user by his email address.
get_user_by_username
in file users.class.inc.php, method GO_USERS::get_user_by_username()
    This function returns all userdata based on the user's name.
global_search
in file search.class.inc.php, method search::global_search()
    Search the search cache table for any item
GO_AUTH
in file auth.class.inc.php, class GO_AUTH
    Implementation of GroupOffice Authentication. This class provides the login-function for the Group-Office SQL database, which is the default authentication mechanism.
GO_CONFIG
in file config.class.inc.php, class GO_CONFIG
    This class holds the main configuration options of Group-Office Don't modify this file. The values defined here are just default values.
GO_CONFIG
in file config.class.inc.php, method GO_CONFIG::GO_CONFIG()
    Constructor. Initialises all public variables.
GO_GROUPS
in file groups.class.inc.php, class GO_GROUPS
    This class is used to manage user groups
GO_LANGUAGE
in file language.class.inc.php, class GO_LANGUAGE
    This class is used to include language files according to the user's preference
GO_LINKS
in file links.class.inc.php, class GO_LINKS
    Functions to create links between items in Group-Office
GO_MODULES
in file modules.class.inc.php, class GO_MODULES
    This class is used to install/remove modules and to access module information in other PHP scripts. This class is always available in $GO_MODULES.
GO_SECURITY
in file security.class.inc.php, class GO_SECURITY
    This file is used to manage access control lists (ACL).
GO_THEME
in file theme.class.inc.php, method GO_THEME::GO_THEME()
    Constructor. Initialises user's theme
GO_THEME
in file theme.class.inc.php, class GO_THEME
    This class is used to retrieve information about the currently selected theme.
GO_USERS
in file users.class.inc.php, class GO_USERS
    This class is used to manage users in Group-Office.
groupnames_to_ids
in file groups.class.inc.php, method GO_GROUPS::groupnames_to_ids()
group_in_acl
in file security.class.inc.php, method GO_SECURITY::group_in_acl()
    Checks presence of a group in an ACL
top

h

$handle
in file userlog.class.inc.php, variable userlog::$handle
$host
in file config.class.inc.php, variable GO_CONFIG::$host
    Relative hostname with slash on both start and end
has_admin_permission
in file security.class.inc.php, method GO_SECURITY::has_admin_permission()
    Checks if a user is in the special admins group
has_links
in file links.class.inc.php, method GO_LINKS::has_links()
has_permission_to_manage_acl
in file security.class.inc.php, method GO_SECURITY::has_permission_to_manage_acl()
    Checks if a user is allowed to manage the Access Control List
html_authenticate
in file security.class.inc.php, method GO_SECURITY::html_authenticate()
top

i

$id
in file modules.class.inc.php, variable GO_MODULES::$id
    The id of the currently active module
$id
in file config.class.inc.php, variable GO_CONFIG::$id
    The Group-Office server ID
$image_url
in file theme.class.inc.php, variable GO_THEME::$image_url
    The URL to the images of a theme
increment_logins
in file users.class.inc.php, method GO_USERS::increment_logins()
is_enabled
in file auth.class.inc.php, method GO_AUTH::is_enabled()
    Check if a given user is enabled.
is_in_group
in file groups.class.inc.php, method GO_GROUPS::is_in_group()
    Check's if a user is a member of a group
is_sub_folder
in file links.class.inc.php, method GO_LINKS::is_sub_folder()
top

j

json_authenticate
in file security.class.inc.php, method GO_SECURITY::json_authenticate()
top

l

$language
in file config.class.inc.php, variable GO_CONFIG::$language
    Default language
$local_path
in file config.class.inc.php, variable GO_CONFIG::$local_path
    Path to local installation specific files
$local_url
in file config.class.inc.php, variable GO_CONFIG::$local_url
    URL to local installation specific files
$log
in file config.class.inc.php, variable GO_CONFIG::$log
    Enable syslog
language.class.inc.php
procedural page language.class.inc.php
links.class.inc.php
procedural page links.class.inc.php
link_exists
in file links.class.inc.php, method GO_LINKS::link_exists()
load_modules
in file modules.class.inc.php, method GO_MODULES::load_modules()
    Load the modules into the modules array
log
in file userlog.class.inc.php, method userlog::log()
logged_in
in file security.class.inc.php, method GO_SECURITY::logged_in()
    Set's a user as logged in. This does NOT log a user in. $GO_AUTH->login() does that.
login
in file auth.class.inc.php, method GO_AUTH::login()
    This function logs a user in
logout
in file security.class.inc.php, method GO_SECURITY::logout()
    Log the current user out.
top

m

$max_attachment_size
in file config.class.inc.php, variable GO_CONFIG::$max_attachment_size
    The maximum size of e-mail attachments the browser attempts to upload.
$max_file_size
in file config.class.inc.php, variable GO_CONFIG::$max_file_size
    The maximum file size the filebrowser attempts to upload. Be aware that the php.ini file must be set accordingly (http://www.php.net).
$max_size
in file userlog.class.inc.php, variable userlog::$max_size
$max_users
in file config.class.inc.php, variable GO_CONFIG::$max_users
    The maximum number of users
$mode
in file userlog.class.inc.php, variable userlog::$mode
$modules
in file modules.class.inc.php, variable GO_MODULES::$modules
    Array of all installed modules with thier properties:
$mtime
in file config.class.inc.php, variable GO_CONFIG::$mtime
    Modification date
modules.class.inc.php
procedural page modules.class.inc.php
max_users_reached
in file users.class.inc.php, method GO_USERS::max_users_reached()
    This function tells us if we exceeded the maximum number of users if set in config.php
move
in file userlog.class.inc.php, method userlog::move()
top

n

$notify_admin_of_registration
in file config.class.inc.php, variable GO_CONFIG::$notify_admin_of_registration
    Notify webmaster of user signup?
top

p

$path
in file modules.class.inc.php, variable GO_MODULES::$path
    The full path to the currently active module
$phpMyAdminUrl
in file config.class.inc.php, variable GO_CONFIG::$phpMyAdminUrl
    If this URL is set and PhpMyAdmin is configured to allow authentication with signon. You can edit the database in the admin tools module.
top

q

$quota_protouser
in file config.class.inc.php, variable GO_CONFIG::$quota_protouser
    If $quota_protouser is set, a default quota will be set from that user with `edquota -p QUOTAUSER newuser
top

r

$read_permission
in file modules.class.inc.php, variable GO_MODULES::$read_permission
    The active user has write permission for the currently active module
$register_modules_read
in file config.class.inc.php, variable GO_CONFIG::$register_modules_read
    Grant read permissions for these modules to new self-registered users.
$register_modules_write
in file config.class.inc.php, variable GO_CONFIG::$register_modules_write
    Grant write permissions for these modules to new self-registered users.
$register_user_groups
in file config.class.inc.php, variable GO_CONFIG::$register_user_groups
    Add self-registered users to these user groups Group names are seperated by a comma.
$register_visible_user_groups
in file config.class.inc.php, variable GO_CONFIG::$register_visible_user_groups
    Self-registered users will be visible to these user groups Group names are seperated by a comma.
$registration_fields
in file config.class.inc.php, variable GO_CONFIG::$registration_fields
    Enabled fields for the user registration form
$required_registration_fields
in file config.class.inc.php, variable GO_CONFIG::$required_registration_fields
    Enabled fields for the user registration form
$restrict_smtp_hosts
in file config.class.inc.php, variable GO_CONFIG::$restrict_smtp_hosts
    A comma separated list of smtp server IP addresses that you want to restrict.
$root_path
in file config.class.inc.php, variable GO_CONFIG::$root_path
    The path to the root of Group-Office with slash on end
reminder.class.inc.php
procedural page reminder.class.inc.php
random_password
in file users.class.inc.php, method GO_USERS::random_password()
    This function generates a randomized password.
record_to_keywords
in file search.class.inc.php, method search::record_to_keywords()
    Get a string of search keyword from an array of a database record
reminder
in file reminder.class.inc.php, class reminder
    class to set reminders in Group-Office.
reopen
in file userlog.class.inc.php, method userlog::reopen()
reset
in file search.class.inc.php, method search::reset()
    Clear the entire search cache table. It will be regenerated on the next search action.
top

s

$smtp_password
in file config.class.inc.php, variable GO_CONFIG::$smtp_password
    The SMTP password for authentication
$smtp_port
in file config.class.inc.php, variable GO_CONFIG::$smtp_port
    The SMTP port to use when using the SMTP mailer
$smtp_server
in file config.class.inc.php, variable GO_CONFIG::$smtp_server
    The SMTP host to use when using the SMTP mailer
$smtp_username
in file config.class.inc.php, variable GO_CONFIG::$smtp_username
    The SMTP username for authentication (Empty for no authentication)
search.class.inc.php
procedural page search.class.inc.php
security.class.inc.php
procedural page security.class.inc.php
save_setting
in file config.class.inc.php, method GO_CONFIG::save_setting()
    Saves a custom setting to the database
save_state
in file config.class.inc.php, method GO_CONFIG::save_state()
search
in file search.class.inc.php, class search
    This class is used to search through all modules that support the __on_search function.
search
in file groups.class.inc.php, method GO_GROUPS::search()
    Search for a visible user for another user.
search
in file users.class.inc.php, method GO_USERS::search()
    This function searches for users with the given search field.
set_acl_owner
in file security.class.inc.php, method GO_SECURITY::set_acl_owner()
    Set's the owner of an access control list
set_full_url
in file config.class.inc.php, method GO_CONFIG::set_full_url()
    Sets Full URL to reach Group-Office with slash on end
set_language
in file language.class.inc.php, method GO_LANGUAGE::set_language()
    Set the language for this browser session
top

t

$theme
in file config.class.inc.php, variable GO_CONFIG::$theme
    Default theme
$theme
in file theme.class.inc.php, variable GO_THEME::$theme
    The name of the active theme
$theme_path
in file theme.class.inc.php, variable GO_THEME::$theme_path
    The full filesystem path to a theme
$theme_url
in file theme.class.inc.php, variable GO_THEME::$theme_url
    The relative URL to a theme
$time_formats
in file config.class.inc.php, variable GO_CONFIG::$time_formats
    Time formats to be used.
$title
in file config.class.inc.php, variable GO_CONFIG::$title
    Title of Group-Office
$tmpdir
in file config.class.inc.php, variable GO_CONFIG::$tmpdir
    The path to store temporary files with a slash on end Leave to ../ for installation
theme.class.inc.php
procedural page theme.class.inc.php
top

u

$url
in file modules.class.inc.php, variable GO_MODULES::$url
    The relative URL to the currently active module
$user_id
in file security.class.inc.php, variable GO_SECURITY::$user_id
    The user_id of the current logged in user
userlog.class.inc.php
procedural page userlog.class.inc.php
users.class.inc.php
procedural page users.class.inc.php
update_folder
in file links.class.inc.php, method GO_LINKS::update_folder()
update_group
in file groups.class.inc.php, method GO_GROUPS::update_group()
    Set the name of a group
update_last_sync_time
in file search.class.inc.php, method search::update_last_sync_time()
    Update the last time a module synced with the search cache table
update_link
in file links.class.inc.php, method GO_LINKS::update_link()
update_module
in file modules.class.inc.php, method GO_MODULES::update_module()
    Set's the order a module appears in the menu bar
update_profile
in file users.class.inc.php, method GO_USERS::update_profile()
    This function updates a the profile of a user.
update_reminder
in file reminder.class.inc.php, method reminder::update_reminder()
    Update a reminder
update_search_cache
in file search.class.inc.php, method search::update_search_cache()
    This function will call the __on_search function in all main module classes
update_session
in file users.class.inc.php, method GO_USERS::update_session()
    Updates the session data corresponding to the user_id.
update_user
in file users.class.inc.php, method GO_USERS::update_user()
    This function updates all userdata based on the given parameters.
userlog
in file userlog.class.inc.php, class userlog
    This file is part of Group-Office.
userlog
in file userlog.class.inc.php, method userlog::userlog()
user_in_acl
in file security.class.inc.php, method GO_SECURITY::user_in_acl()
    Checks presence of a user in an ACL
user_is_visible
in file security.class.inc.php, method GO_SECURITY::user_is_visible()
    Checks if a user is visible to the current logged in user
user_owns_acl
in file security.class.inc.php, method GO_SECURITY::user_owns_acl()
    Checks if a user owns the Access Control List
top

v

$version
in file config.class.inc.php, variable GO_CONFIG::$version
    The Group-Office version number
top

w

$webmaster_email
in file config.class.inc.php, variable GO_CONFIG::$webmaster_email
    The e-mail of the webmaster
$write_permission
in file modules.class.inc.php, variable GO_MODULES::$write_permission
    The active user has write permission for the currently active module
top

Documentation generated on Thu, 30 Oct 2008 14:13:21 +0100 by phpDocumentor 1.4.0