|
Previous Page |
Solar_Auth_Adapter_Typekey |
Next Page |
getFlash()
public
mixed
getFlash (
string $key,
mixed $val default NULL
)
Retrieves a "read-once" session value for Solar_Auth.
Inherited from Solar_Auth_Adapter.
Parameters
- (string)
$key: The specific type of information. - (mixed)
$val: If the key does not exist, return this value. Default null.
Returns
- (mixed) The "read-once" value.
Description
Retrieves a "read-once" session value for Solar_Auth.
Starts a session if one is not already going.
Typical key here is "status_text".
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _bc_bindec()
- _bc_exgcd()
- _bc_hexdec()
- _bc_invert()
- _exception()
- _fetchKeyData()
- _gmp_bindec()
- _loadSession()
- _processLogin()
- _processLogout()
- _redirect()
- _verify_bc()
- _verify_gmp()
- apiVersion()
- dump()
- getFlash()
- isLoginRequest()
- isLogoutRequest()
- isValid()
- locale()
- processLogin()
- processLogout()
- reset()
- start()
- updateIdleExpire()