Elgg
Version 6.1
|
This is the complete list of members for ElggSession, including all inherited members.
$storage | ElggSession | protected |
__construct(SessionInterface $storage) | ElggSession | |
boot() | ElggSession | |
fromDatabase(Config $config, Database $db) | ElggSession | static |
fromFiles(Config $config) | ElggSession | static |
generateSessionToken() | ElggSession | protected |
get($name, $default=null) | ElggSession | |
getID() | ElggSession | |
getMock() | ElggSession | static |
getName() | ElggSession | |
has($name) | ElggSession | |
invalidate() | ElggSession | |
isStarted() | ElggSession | |
migrate(bool $destroy=true) | ElggSession | |
remove($name) | ElggSession | |
save() | ElggSession | |
set($name, $value) | ElggSession | |
setId($id) | ElggSession | |
setName($name) | ElggSession | |
start() | ElggSession |