FirewallContext
class FirewallContext
Это оболочка вокруг фактической конфигурации брандмауэра, которая позволяет нам отложенно загружать контекст для одного конкретного брандмауэра только при необходимости.
Методы
| __construct(iterable $listeners, ExceptionListener $exceptionListener = null, $logoutListener = null, FirewallConfig $config = null) | ||
| getConfig() | ||
| iterable | getListeners() | |
| getExceptionListener() | ||
| getLogoutListener() |
Подробности
__construct(iterable $listeners, ExceptionListener $exceptionListener = null, $logoutListener = null, FirewallConfig $config = null)
Параметры
| iterable | $listeners | |
| ExceptionListener | $exceptionListener | |
| $logoutListener | ||
| FirewallConfig | $config |
getConfig()
iterable getListeners()
Возвращаемое значение
| iterable |
getExceptionListener()
getLogoutListener()
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/SecurityBundle/Security/FirewallContext.html