FirewallContext
in package
This is a wrapper around the actual firewall configuration which allows us to lazy load the context for one specific firewall only when we need it.
Tags
Table of Contents
Properties
- $config : mixed
- $exceptionListener : mixed
- $listeners : iterable<string|int, mixed>
- $logoutListener : mixed
Methods
- __construct() : mixed
- getConfig() : mixed
- getExceptionListener() : mixed
- getListeners() : iterable<mixed, callable>
- getLogoutListener() : mixed
Properties
$config
private
mixed
$config
$exceptionListener
private
mixed
$exceptionListener
$listeners
private
iterable<string|int, mixed>
$listeners
$logoutListener
private
mixed
$logoutListener
Methods
__construct()
public
__construct(iterable<mixed, callable> $listeners[, ExceptionListener $exceptionListener = null ][, LogoutListener $logoutListener = null ][, FirewallConfig $config = null ]) : mixed
Parameters
- $listeners : iterable<mixed, callable>
- $exceptionListener : ExceptionListener = null
- $logoutListener : LogoutListener = null
- $config : FirewallConfig = null
getConfig()
public
getConfig() : mixed
getExceptionListener()
public
getExceptionListener() : mixed
getListeners()
public
getListeners() : iterable<mixed, callable>
Return values
iterable<mixed, callable>getLogoutListener()
public
getLogoutListener() : mixed