load() load() : $this|boolean load() Singleton to secure to create only one instance of this class. Returns $this|boolean
set() set(string $sValue, $sSessionName = NULL, $bPush = FALSE, $iKey = NULL) : mixed|boolean set() Parameters string $sValue $sSessionName $bPush $iKey Returns mixed|boolean
get() get( $sSessionName = NULL) : mixed|boolean get() Parameters $sSessionName Returns mixed|boolean
getKeyValue() getKeyValue(integer $iKey, $sSessionName = NULL) : mixed|boolean getKeyValue() Parameters integer $iKey $sSessionName Returns mixed|boolean