PHP Class MercurySeries\Flashy\LaravelSessionStore

Inheritance: implements MercurySeries\Flashy\SessionStore
Show file Open project: mercuryseries/flashy

Public Methods

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

Method Details

__construct() public method

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

flashy() public method

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