class
Illuminate
/
Session
/
SymfonySessionDecorator
SymfonySessionDecorator
Implements
- Symfony\...\SessionInterface
Properties
Methods
public
__construct ( Session $store ) : void
Create a new session decorator.
Parameters
- $store Session
public
start ( ) : void
{@inheritdoc}
public
getId ( ) : void
{@inheritdoc}
public
setId ( string $id ) : void
{@inheritdoc}
public
getName ( ) : void
{@inheritdoc}
public
setName ( string $name ) : void
{@inheritdoc}
public
invalidate ( int $lifetime ) : void
{@inheritdoc}
public
migrate ( bool $destroy , int $lifetime ) : void
{@inheritdoc}
public
save ( ) : void
{@inheritdoc}
public
has ( string $name ) : void
{@inheritdoc}
public
get ( string $name , mixed $default ) : void
{@inheritdoc}
public
set ( string $name , mixed $value ) : void
{@inheritdoc}
public
all ( ) : void
{@inheritdoc}
public
replace ( array $attributes ) : void
{@inheritdoc}
public
remove ( string $name ) : void
{@inheritdoc}
public
clear ( ) : void
{@inheritdoc}
public
isStarted ( ) : void
{@inheritdoc}
public
registerBag ( Symfony\...\SessionBagInterface $bag ) : void
{@inheritdoc}
public
getBag ( string $name ) : void
{@inheritdoc}
public
getMetadataBag ( ) : void
{@inheritdoc}