SessionManager

SessionManager

class SessionManager extends Manager (View source)

Methods

void __construct(Application $app)

Create a new manager instance.

from Manager
string getDefaultDriver()

Get the default session driver name.

mixed driver(string $driver = null)

Get a driver instance.

from Manager
$this extend(string $driver, Closure $callback)

Register a custom driver creator Closure.

from Manager
array getDrivers()

Get all of the created "drivers".

from Manager
mixed __call(string $method, array $parameters)

Dynamically call the default driver instance.

from Manager
array getSessionConfig()

Get the session configuration.

void setDefaultDriver(string $name)

Set the default session driver name.

doc_Laravel
2016-11-02 16:38:47
Comments
Leave a Comment

Please login to continue.