name: FirewallContext
class_comment: '# * 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.

  # *

  # * @author Johannes M. Schmitt <schmittjoh@gmail.com>'
dependencies:
- name: ExceptionListener
  type: class
  source: Symfony\Component\Security\Http\Firewall\ExceptionListener
- name: LogoutListener
  type: class
  source: Symfony\Component\Security\Http\Firewall\LogoutListener
properties: []
methods:
- name: __construct
  visibility: public
  parameters:
  - name: listeners
  - name: exceptionListener
    default: 'null'
  - name: logoutListener
    default: 'null'
  - name: config
    default: 'null'
  comment: '# * 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.

    # *

    # * @author Johannes M. Schmitt <schmittjoh@gmail.com>

    # */

    # class FirewallContext

    # {

    # /**

    # * @param iterable<mixed, callable> $listeners'
- name: getConfig
  visibility: public
  parameters: []
  comment: null
- name: getListeners
  visibility: public
  parameters: []
  comment: '# * @return iterable<mixed, callable>'
- name: getExceptionListener
  visibility: public
  parameters: []
  comment: null
- name: getLogoutListener
  visibility: public
  parameters: []
  comment: null
traits:
- Symfony\Component\Security\Http\Firewall\ExceptionListener
- Symfony\Component\Security\Http\Firewall\LogoutListener
interfaces: []