Element index for package Components
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
top
a
- ActiveUser
- in file ActiveUser.class.php, class ActiveUser
Authentication and session functions for the current, or active, user.
- appendFrontendCode
- in file Theme.class.php, method Theme::appendFrontendCode()
Appends code to frontend code.
- ActiveUser.class.php
- procedural page ActiveUser.class.php
top
b
- Bans
- in file Bans.class.php, class Bans
Checks if the current, or active, user is banned from acccessing the site.
- BlockLoader
- in file BlockLoader.class.php, class BlockLoader
Loads all blocks.
- Bans.class.php
- procedural page Bans.class.php
- BlockLoader.class.php
- procedural page BlockLoader.class.php
top
c
- clearAll
- in file UserTracker.class.php, method UserTracker::clearAll()
Clears all history entries.
- close
- in file Session.class.php, method Session::close()
Closes session and calls garbage collecting
top
top
top
top
g
- gc
- in file Session.class.php, method Session::gc()
Removes session after timeout has been exceeded.
- get
- in file Settings.class.php, method Settings::get()
Get a setting.
- getBlockInfo
- in file BlockLoader.class.php, method BlockLoader::getBlockInfo()
Returns block id, position, module id, and other info in an array.
- getCompressionMode
- in file Theme.class.php, method Theme::getCompressionMode()
Gets compression mode.
- getExecutionTime
- in file ExecutionTimer.class.php, method ExecutionTimer::getExecutionTime()
Get time passed since timer was started
- getFrontendCode
- in file Theme.class.php, method Theme::getFrontendCode()
Returns essential html code for displaying any theme'd page including style sheet links, base href, js code, etc...
- getIpAddrBanId
- in file Bans.class.php, method Bans::getIpAddrBanId()
Attempts to get ban id for a user based on an ip.
- getLanguage
- in file Language.class.php, method Language::getLanguage()
Returns set language.
- getMaxEntries
- in file UserTracker.class.php, method UserTracker::getMaxEntries()
Return max entries per user before pruning.
- getMessage
- in file SiteDisabler.class.php, method SiteDisabler::getMessage()
Returns message that will be displayed to users while site is disabled.
- getMode
- in file SiteDisabler.class.php, method SiteDisabler::getMode()
Returns disabler mode
- getMode
- in file Theme.class.php, method Theme::getMode()
Returns display mode.
- getModuleId
- in file ModuleLoader.class.php, method ModuleLoader::getModuleId()
Get an id of a module from its name and type.
- getModuleInfo
- in file ModuleLoader.class.php, method ModuleLoader::getModuleInfo()
Returns array with module information for a specified module.
- getModuleInfoAll
- in file ModuleLoader.class.php, method ModuleLoader::getModuleInfoAll()
Returns array with all module information.
- getModuleInfoType
- in file ModuleLoader.class.php, method ModuleLoader::getModuleInfoType()
Returns array with all module information for a given type.
- getModuleObject
- in file ModuleLoader.class.php, method ModuleLoader::getModuleObject()
Returns instance of module.
- getOutputVars
- in file BlockLoader.class.php, method BlockLoader::getOutputVars()
Returns associative array of block html code.
- getPruneTime
- in file UserTracker.class.php, method UserTracker::getPruneTime()
Return lifespan in seconds before entries are removed.
- getTheme
- in file Theme.class.php, method Theme::getTheme()
Returns name of set theme.
- getThemePath
- in file Theme.class.php, method Theme::getThemePath()
Returns path to folder for set theme.
- getTimeout
- in file Session.class.php, method Session::getTimeout()
Returns session timeout in seconds.
- getTranslations
- in file Language.class.php, method Language::getTranslations()
Returns array of translations.
- getUserIdBanId
- in file Bans.class.php, method Bans::getUserIdBanId()
Attempts to get ban id for a user based on a user id.
top
i
- $INCLUDES_PATH
- in file PreLoader.class.php, variable PreLoader::$INCLUDES_PATH
- $INCLUDES_PATH
- in file PostLoader.class.php, variable PostLoader::$INCLUDES_PATH
- init
- in file Session.class.php, method Session::init()
Method that is executed by component loader during run phase.
- init
- in file PreLoader.class.php, method PreLoader::init()
Method that is executed by component loader during run phase.
- init
- in file Settings.class.php, method Settings::init()
Method that is executed by component loader during init phase.
- init
- in file Theme.class.php, method Theme::init()
Method that is executed by component loader during init phase.
- init
- in file UrlHandler.class.php, method UrlHandler::init()
Method that is executed by component loader during init phase.
- init
- in file ActiveUser.class.php, method ActiveUser::init()
Method that is executed by component loader during init phase.
- init
- in file PostLoader.class.php, method PostLoader::init()
Method that is executed by component loader during run phase.
- init
- in file ModuleLoader.class.php, method ModuleLoader::init()
Method that is executed by component loader during init phase.
- init
- in file BlockLoader.class.php, method BlockLoader::init()
Method that is executed by component loader during init phase.
- init
- in file Language.class.php, method Language::init()
Method that is executed by component loader during init phase.
- init
- in file ExecutionTimer.class.php, method ExecutionTimer::init()
Method that is executed by component loader during init phase.
- isActivated
- in file Bans.class.php, method Bans::isActivated()
Checks if the user/ip ban is active.
- isAdminAllowed
- in file SiteDisabler.class.php, method SiteDisabler::isAdminAllowed()
Checks if admins are allowed to access the site while disabled.
- isIpAddrBanned
- in file Bans.class.php, method Bans::isIpAddrBanned()
Checks if an ip is banned.
- isLoggedIn
- in file ActiveUser.class.php, method ActiveUser::isLoggedIn()
Checks if the active user logged on a registered account.
- isSiteDisabled
- in file SiteDisabler.class.php, method SiteDisabler::isSiteDisabled()
Checks if site is disabled
- isUserBanned
- in file Bans.class.php, method Bans::isUserBanned()
Checks if a user is banned.
top
l
- Language.class.php
- procedural page Language.class.php
- Language
- in file Language.class.php, class Language
Handles multi-language support by storing and loading language translation files.
- load
- in file ModuleLoader.class.php, method ModuleLoader::load()
Load a module.
- load
- in file Language.class.php, method Language::load()
Load language translations from file.
- load
- in file Bans.class.php, method Bans::load()
Setup procedure that loads ban data from db.
- loadAll
- in file BlockLoader.class.php, method BlockLoader::loadAll()
Loads all blocks
- loadAll
- in file ModuleLoader.class.php, method ModuleLoader::loadAll()
Loads all modules.
- loadIncludes
- in file PreLoader.class.php, method PreLoader::loadIncludes()
Loads include files for a given message type.
- loadIncludes
- in file PostLoader.class.php, method PostLoader::loadIncludes()
Loads include files for a given message type.
- loadType
- in file ModuleLoader.class.php, method ModuleLoader::loadType()
Loads all modules of a given type.
- logout
- in file ActiveUser.class.php, method ActiveUser::logout()
Logs active user off their accout.
top
top
o
- open
- in file Session.class.php, method Session::open()
Opens session handler.
top
p
- PostLoader.class.php
- procedural page PostLoader.class.php
- PreLoader.class.php
- procedural page PreLoader.class.php
- PostLoader
- in file PostLoader.class.php, class PostLoader
Execute snippets of code immediately after a message has been sent by the component loader.
- PostLoaderException
- in file PostLoader.class.php, class PostLoaderException
PostLoader
- PreLoader
- in file PreLoader.class.php, class PreLoader
Execute snippets of code immediately before a message is sent by the component loader.
- PreLoaderException
- in file PreLoader.class.php, class PreLoaderException
PreLoader
- prune
- in file UserTracker.class.php, method UserTracker::prune()
Initiate pruning of history entries.
top
r
- read
- in file Session.class.php, method Session::read()
Reads session data.
- recv
- in file PostLoader.class.php, method PostLoader::recv()
Attempt to load includes files for all received message.
- recv
- in file PreLoader.class.php, method PreLoader::recv()
Attempt to load includes files for all received message.
- reset
- in file ExecutionTimer.class.php, method ExecutionTimer::reset()
Reset timer
- run
- in file UserTracker.class.php, method UserTracker::run()
Method that is executed by component loader during run phase.
- run
- in file Theme.class.php, method Theme::run()
Method that is executed by component loader during run phase.
- run
- in file Bans.class.php, method Bans::run()
Method that is executed by component loader during run phase.
- run
- in file BlockLoader.class.php, method BlockLoader::run()
Method that is executed by component loader during run phase.
- run
- in file SiteDisabler.class.php, method SiteDisabler::run()
Method that is executed by component loader during run phase.
top
s
- Session.class.php
- procedural page Session.class.php
- Settings.class.php
- procedural page Settings.class.php
- SiteDisabler.class.php
- procedural page SiteDisabler.class.php
- save
- in file Settings.class.php, method Settings::save()
Saves any changes made to settings.
- Session
- in file Session.class.php, class Session
Session handler that stores session data in db.
- set
- in file Settings.class.php, method Settings::set()
Set a setting.
- setCompressionMode
- in file Theme.class.php, method Theme::setCompressionMode()
Sets compression mode.
- setFrontendCode
- in file Theme.class.php, method Theme::setFrontendCode()
Sets frontend code.
- setLanguage
- in file Language.class.php, method Language::setLanguage()
Set language
- setMaxEntries
- in file UserTracker.class.php, method UserTracker::setMaxEntries()
Set max entries per user before pruning.
- setMessage
- in file SiteDisabler.class.php, method SiteDisabler::setMessage()
Sets message that will be displayed to users while site is disabled.
- setMode
- in file Theme.class.php, method Theme::setMode()
Sets display mode.
- setMode
- in file SiteDisabler.class.php, method SiteDisabler::setMode()
Sets disabler mode.
- setPruneTime
- in file UserTracker.class.php, method UserTracker::setPruneTime()
Set lifespan in seconds before entries are removed.
- setTheme
- in file Theme.class.php, method Theme::setTheme()
Sets theme.
- setTimeout
- in file Session.class.php, method Session::setTimeout()
Set session timeout in seconds.
- Settings
- in file Settings.class.php, class Settings
Global registry that stores settings.
- setTranslations
- in file Language.class.php, method Language::setTranslations()
Set translations array
- SiteDisabler
- in file SiteDisabler.class.php, class SiteDisabler
Allows admin to disable site.
- start
- in file Session.class.php, method Session::start()
Calls session_set_save_handler() putting the handler into effect.
- start
- in file ExecutionTimer.class.php, method ExecutionTimer::start()
Start timer
- stop
- in file ExecutionTimer.class.php, method ExecutionTimer::stop()
Stop timer
top
t
- Theme.class.php
- procedural page Theme.class.php
- term
- in file Theme.class.php, method Theme::term()
Method that is executed by component loader during term phase.
- term
- in file ModuleLoader.class.php, method ModuleLoader::term()
Method that is executed by component loader during term phase.
- term
- in file Session.class.php, method Session::term()
Method that is executed by component loader during term phase.
- Theme
- in file Theme.class.php, class Theme
Displays site template/theme
top
top
w
- write
- in file Session.class.php, method Session::write()
Saves session data to db.
top
|
|