[ ]
[ ]
[ ]
Element index for package Session
[
b ]
[
e ]
[
g ]
[
i ]
[
l ]
[
s ]
[
u ]
[
_ ]
'_'
- $_decrypt
- in file Encrypt.class.php, variable Gumbo_Session_Encrypt::$_decrypt
- $_domain
- in file Basic.class.php, variable Gumbo_Session_Basic::$_domain
- $_encrypt
- in file Encrypt.class.php, variable Gumbo_Session_Encrypt::$_encrypt
- $_instance
- in file Session.class.php, variable Gumbo_Session::$_instance
- $_lifetime
- in file Basic.class.php, variable Gumbo_Session_Basic::$_lifetime
- $_path
- in file Basic.class.php, variable Gumbo_Session_Basic::$_path
- $_secure
- in file Basic.class.php, variable Gumbo_Session_Basic::$_secure
- $_user_id
- in file User.class.php, variable Gumbo_Session_User::$_user_id
- $_user_key
- in file User.class.php, variable Gumbo_Session_User::$_user_key
- $_user_loaded
- in file User.class.php, variable Gumbo_Session_User::$_user_loaded
- _saveUser
- in file User.class.php, method Gumbo_Session_User::_saveUser()
Saves the User Session
- _setUserLoaded
- in file User.class.php, method Gumbo_Session_User::_setUserLoaded()
Sets if the User was properly loaded
- __construct
- in file User.class.php, method Gumbo_Session_User::__construct()
Constructor
- __construct
- in file Encrypt.class.php, method Gumbo_Session_Encrypt::__construct()
Constructor
- __get
- in file Basic.class.php, method Gumbo_Session_Basic::__get()
Returns a SESSION value
- __get
- in file Session.class.php, method Gumbo_Interface_Session::__get()
Returns a SESSION value
- __isset
- in file Session.class.php, method Gumbo_Interface_Session::__isset()
Returns if a SESSION variable exists
- __isset
- in file Basic.class.php, method Gumbo_Session_Basic::__isset()
Returns if a SESSION variable exists
- __set
- in file Basic.class.php, method Gumbo_Session_Basic::__set()
Sets the SESSION value
- __set
- in file Session.class.php, method Gumbo_Interface_Session::__set()
Sets the SESSION value
- __unset
- in file Basic.class.php, method Gumbo_Session_Basic::__unset()
Unsets a SESSION variable
- __unset
- in file Session.class.php, method Gumbo_Interface_Session::__unset()
Unsets a SESSION variable
top
'b'
- Basic.class.php
- procedural page Basic.class.php
top
'e'
- Encrypt.class.php
- procedural page Encrypt.class.php
- Encrypt.class.php
- procedural page Encrypt.class.php
top
'g'
- get
- in file Encrypt.class.php, method Gumbo_Session_Encrypt::get()
Returns the value of the Session variable
- get
- in file Session.class.php, method Gumbo_Interface_Session::get()
Returns the value of the SESSION variable
- get
- in file Basic.class.php, method Gumbo_Session_Basic::get()
Returns the value of the Session variable
- getAll
- in file Basic.class.php, method Gumbo_Session_Basic::getAll()
Returns the SESSION array
- getAll
- in file Session.class.php, method Gumbo_Interface_Session::getAll()
Returns the SESSION array
- getDomain
- in file Basic.class.php, method Gumbo_Session_Basic::getDomain()
Returns the Session domain
- getDomain
- in file Session.class.php, method Gumbo_Interface_Session::getDomain()
Returns the Session domain
- getId
- in file Basic.class.php, method Gumbo_Session_Basic::getId()
Returns the Session ID
- getId
- in file Session.class.php, method Gumbo_Interface_Session::getId()
Returns the Session ID
- getLifetime
- in file Basic.class.php, method Gumbo_Session_Basic::getLifetime()
Returns the Session lifetime
- getLifetime
- in file Session.class.php, method Gumbo_Interface_Session::getLifetime()
Returns the Session lifetime
- getName
- in file Basic.class.php, method Gumbo_Session_Basic::getName()
Returns the Session Name
- getName
- in file Session.class.php, method Gumbo_Interface_Session::getName()
Returns the Session Name
- getPath
- in file Session.class.php, method Gumbo_Interface_Session::getPath()
Returns the Session path
- getPath
- in file Basic.class.php, method Gumbo_Session_Basic::getPath()
Returns the Session path
- getUser
- in file User.class.php, method Gumbo_Interface_Session_User::getUser()
Returns the User ID
- getUser
- in file User.class.php, method Gumbo_Session_User::getUser()
Returns the User ID
- getUserKey
- in file User.class.php, method Gumbo_Session_User::getUserKey()
Returns the User Key
- getUserKey
- in file User.class.php, method Gumbo_Interface_Session_User::getUserKey()
Returns the User Key
- Gumbo_Interface_Session
- in file Session.class.php, class Gumbo_Interface_Session
Session Interface
- Gumbo_Interface_Session_Encrypt
- in file Encrypt.class.php, class Gumbo_Interface_Session_Encrypt
Encrypted Session Interface
- Gumbo_Interface_Session_User
- in file User.class.php, class Gumbo_Interface_Session_User
User Session Interface
- Gumbo_Session
- in file Session.class.php, class Gumbo_Session
Session Class
- Gumbo_Session_Basic
- in file Basic.class.php, class Gumbo_Session_Basic
Session Class
- Gumbo_Session_Encrypt
- in file Encrypt.class.php, class Gumbo_Session_Encrypt
Encrypted Session Class
- Gumbo_Session_User
- in file User.class.php, class Gumbo_Session_User
User Session Class
top
'i'
- instance
- in file Session.class.php, method Gumbo_Session::instance()
Singleton Method
- isSecure
- in file Session.class.php, method Gumbo_Interface_Session::isSecure()
Returns if the Session is secure
- isSecure
- in file Basic.class.php, method Gumbo_Session_Basic::isSecure()
Returns if the Session is secure
- isUserLoaded
- in file User.class.php, method Gumbo_Session_User::isUserLoaded()
Returns if the User has been loaded
- isUserLoaded
- in file User.class.php, method Gumbo_Interface_Session_User::isUserLoaded()
Returns if the User has been loaded
top
'l'
- load
- in file Session.class.php, method Gumbo_Session::load()
Sets the Active Session Instance
- loadUser
- in file User.class.php, method Gumbo_Session_User::loadUser()
Loads the User SESSION data
- loadUser
- in file User.class.php, method Gumbo_Interface_Session_User::loadUser()
Loads the User SESSION data
top
's'
- Session.class.php
- procedural page Session.class.php
- saveSettings
- in file Basic.class.php, method Gumbo_Session_Basic::saveSettings()
Sets the Session settings
- saveSettings
- in file Session.class.php, method Gumbo_Interface_Session::saveSettings()
Sets Session settings
- Session.class.php
- procedural page Session.class.php
- set
- in file Basic.class.php, method Gumbo_Session_Basic::set()
Sets a value inside the Session array
- set
- in file Encrypt.class.php, method Gumbo_Session_Encrypt::set()
Sets a value inside the Session array
- set
- in file Session.class.php, method Gumbo_Interface_Session::set()
Sets a value inside the SESSION array
- setDomain
- in file Basic.class.php, method Gumbo_Session_Basic::setDomain()
Sets the Session domain
- setDomain
- in file Session.class.php, method Gumbo_Interface_Session::setDomain()
Sets the Session domain
- setEncryptionSettings
- in file Encrypt.class.php, method Gumbo_Interface_Session_Encrypt::setEncryptionSettings()
Sets Encryption/Decryption settings for the Encrypted Session
- setEncryptionSettings
- in file Encrypt.class.php, method Gumbo_Session_Encrypt::setEncryptionSettings()
Sets Encryption/Decryption settings for the Encrypted Session
- setLifetime
- in file Basic.class.php, method Gumbo_Session_Basic::setLifetime()
Sets the Session Lifetime
- setLifetime
- in file Session.class.php, method Gumbo_Interface_Session::setLifetime()
Sets the Session Lifetime
- setPath
- in file Basic.class.php, method Gumbo_Session_Basic::setPath()
Sets the Session path
- setPath
- in file Session.class.php, method Gumbo_Interface_Session::setPath()
Sets the Session path
- setSecure
- in file Basic.class.php, method Gumbo_Session_Basic::setSecure()
Sets if the Session should be secure
- setSecure
- in file Session.class.php, method Gumbo_Interface_Session::setSecure()
Sets if the Session should be secure
- setUser
- in file User.class.php, method Gumbo_Session_User::setUser()
Sets the User ID
- setUser
- in file User.class.php, method Gumbo_Interface_Session_User::setUser()
Sets the User ID
- setUserKey
- in file User.class.php, method Gumbo_Session_User::setUserKey()
Sets the User Key
- setUserKey
- in file User.class.php, method Gumbo_Interface_Session_User::setUserKey()
Sets the User Key
- start
- in file Session.class.php, method Gumbo_Interface_Session::start()
Starts the Session
- start
- in file Basic.class.php, method Gumbo_Session_Basic::start()
Starts the Session
- stop
- in file Basic.class.php, method Gumbo_Session_Basic::stop()
Stops the Session by removing all Session data
- stop
- in file Session.class.php, method Gumbo_Interface_Session::stop()
Stops the Session by removing all Session data
top
'u'
- User.class.php
- procedural page User.class.php
- User.class.php
- procedural page User.class.php
top