PHP Class Larabros\Elogram\Http\Sessions\NativeSessionStore

Inheritance: implements Larabros\Elogram\Http\Sessions\DataStoreInterface
Show file Open project: larabros/elogram

Protected Properties

Property Type Description
$sessionPrefix Prefix to use for session variables.

Public Methods

Method Description
__construct ( ) Creates an instance of :php:class:NativeSessionStore.
get ( $key ) {@inheritDoc}
set ( $key, $value ) {@inheritDoc}

Method Details

__construct() public method

Creates an instance of :php:class:NativeSessionStore.
public __construct ( )

get() public method

{@inheritDoc}
public get ( $key )

set() public method

{@inheritDoc}
public set ( $key, $value )

Property Details

$sessionPrefix protected property

Prefix to use for session variables.
protected $sessionPrefix