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
- $config : mixed
- $exceptionListener : mixed
- $listeners : mixed
- $logoutListener : mixed
- __construct() : mixed
- getConfig() : mixed
- getExceptionListener() : mixed
- getListeners() : iteratable<string|int, mixed>
- getLogoutListener() : mixed
Properties
$config
private
mixed
$config
$exceptionListener
private
mixed
$exceptionListener
$listeners
private
mixed
$listeners
$logoutListener
private
mixed
$logoutListener
Methods
__construct()
public
__construct(iteratable<string|int, mixed> $listeners[, ExceptionListener $exceptionListener = null ][, LogoutListener|null $logoutListener = null ][, FirewallConfig $config = null ]) : mixed
Parameters
- $listeners : iteratable<string|int, mixed>
- $exceptionListener : ExceptionListener = null
- $logoutListener : LogoutListener|null = null
- $config : FirewallConfig = null
Return values
mixed —getConfig()
public
getConfig() : mixed
Return values
mixed —getExceptionListener()
public
getExceptionListener() : mixed
Return values
mixed —getListeners()
public
getListeners() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed> —getLogoutListener()
public
getLogoutListener() : mixed