PHP Class MercurySeries\Flashy\LaravelSessionStore

Inheritance: implements MercurySeries\Flashy\SessionStore
Afficher le fichier Open project: mercuryseries/flashy

Méthodes publiques

Méthode Description
__construct ( Illuminate\Session\Store $session )
flashy ( $name, $data ) Flash a message to the session.

Method Details

__construct() public méthode

public __construct ( Illuminate\Session\Store $session )
$session Illuminate\Session\Store

flashy() public méthode

Flash a message to the session.
public flashy ( $name, $data )
$name
$data