Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\Session\SessionBagProxy Class Reference
Inheritance diagram for Symfony\Component\HttpFoundation\Session\SessionBagProxy:
Symfony\Component\HttpFoundation\Session\SessionBagInterface

Public Member Functions

 __construct (SessionBagInterface $bag, array &$data, ?int &$usageIndex)
 
 clear ()
 
 getBag ()
 
 getName ()
 
 getStorageKey ()
 
 initialize (array &$array)
 
 isEmpty ()
 

Detailed Description

Author
Nicolas Grekas p@tch.nosp@m.work.nosp@m..com

Definition at line 19 of file SessionBagProxy.php.

Constructor & Destructor Documentation

◆ __construct()

Symfony\Component\HttpFoundation\Session\SessionBagProxy::__construct ( SessionBagInterface  $bag,
array &  $data,
?int &  $usageIndex 
)

Definition at line 25 of file SessionBagProxy.php.

Member Function Documentation

◆ clear()

Symfony\Component\HttpFoundation\Session\SessionBagProxy::clear ( )

{Clears out data from bag.

Returns
mixed Whatever data was contained
}

Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.

Definition at line 79 of file SessionBagProxy.php.

◆ getBag()

Symfony\Component\HttpFoundation\Session\SessionBagProxy::getBag ( )

Definition at line 32 of file SessionBagProxy.php.

◆ getName()

Symfony\Component\HttpFoundation\Session\SessionBagProxy::getName ( )

{Gets this bag's name.

Returns
string
}

Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.

Definition at line 52 of file SessionBagProxy.php.

◆ getStorageKey()

Symfony\Component\HttpFoundation\Session\SessionBagProxy::getStorageKey ( )

{Gets the storage key for this bag.

Returns
string
}

Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.

Definition at line 71 of file SessionBagProxy.php.

◆ initialize()

Symfony\Component\HttpFoundation\Session\SessionBagProxy::initialize ( array &  $array)

{Initializes the Bag.

Parameters
array$array
}

Implements Symfony\Component\HttpFoundation\Session\SessionBagInterface.

Definition at line 60 of file SessionBagProxy.php.

◆ isEmpty()

Symfony\Component\HttpFoundation\Session\SessionBagProxy::isEmpty ( )

Definition at line 39 of file SessionBagProxy.php.


The documentation for this class was generated from the following file: