Property | Type | Description | |
---|---|---|---|
$key | string | The session key. | |
$store | CI_Session | The CodeIgniter session driver. |
Method | Description | |
---|---|---|
__construct ( CI_Session $store, string $key = null ) : void | Create a new CodeIgniter Session driver. | |
forget ( ) | {@inheritDoc} | |
get ( ) | {@inheritDoc} | |
put ( $value ) | {@inheritDoc} |
public __construct ( CI_Session $store, string $key = null ) : void | ||
$store | CI_Session | |
$key | string | |
return | void |