PHP 클래스 Symfony\Bundle\SecurityBundle\Security\FirewallMap

Listeners will only be initialized if we really need them.
저자: Johannes M. Schmitt ([email protected])
상속: implements Symfony\Component\Security\Http\FirewallMapInterface
파일 보기 프로젝트 열기: symfony/symfony

보호된 프로퍼티들

프로퍼티 타입 설명
$container
$map

공개 메소드들

메소드 설명
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $map )
getFirewallConfig ( Request $request ) : Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null
getListeners ( Request $request )

비공개 메소드들

메소드 설명
getFirewallContext ( Request $request )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $map )
$container Symfony\Component\DependencyInjection\ContainerInterface
$map array

getFirewallConfig() 공개 메소드

public getFirewallConfig ( Request $request ) : Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null
$request Symfony\Component\HttpFoundation\Request
리턴 Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null

getListeners() 공개 메소드

public getListeners ( Request $request )
$request Symfony\Component\HttpFoundation\Request

프로퍼티 상세

$container 보호되어 있는 프로퍼티

protected $container

$map 보호되어 있는 프로퍼티

protected $map