PHP Interface Cartalyst\Sentinel\Sessions\SessionInterface

Afficher le fichier Open project: cartalyst/sentinel Interface Usage Examples

Méthodes publiques

Méthode Description
forget ( ) : void Removes the Sentinel session.
get ( ) : mixed Returns the Sentinel session value.
put ( mixed $value ) : void Put a value in the Sentinel session.

Method Details

forget() public méthode

Removes the Sentinel session.
public forget ( ) : void
Résultat void

get() public méthode

Returns the Sentinel session value.
public get ( ) : mixed
Résultat mixed

put() public méthode

Put a value in the Sentinel session.
public put ( mixed $value ) : void
$value mixed
Résultat void