SessionManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

SessionManager::setDefaultDriver()

void setDefaultDriver(string $name) Set the default session driver name. Parameters string $name Return Value void

SessionManager::getSessionConfig()

array getSessionConfig() Get the session configuration. Return Value array

SessionManager::getDrivers()

array getDrivers() Get all of the created "drivers". Return Value array

SessionManager::getDefaultDriver()

string getDefaultDriver() Get the default session driver name. Return Value string

SessionManager::extend()

$this extend(string $driver, Closure $callback) Register a custom driver creator Closure. Parameters string $driver Closure $callback Return Value $this

SessionManager::driver()

mixed driver(string $driver = null) Get a driver instance. Parameters string $driver Return Value mixed

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(st

SessionInterface::setRequestOnHandler()

void setRequestOnHandler(Request $request) Set the request on the handler instance. Parameters Request $request Return Value void

SessionInterface::handlerNeedsRequest()

bool handlerNeedsRequest() Determine if the session handler needs a request. Return Value bool