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

저자: Johannes M. Schmitt ([email protected])
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $listeners, ExceptionListener $exceptionListener = null, Symfony\Bundle\SecurityBundle\Security\FirewallConfig $config = null )
getConfig ( )
getContext ( )
getListeners ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $listeners, ExceptionListener $exceptionListener = null, Symfony\Bundle\SecurityBundle\Security\FirewallConfig $config = null )
$listeners array
$exceptionListener Symfony\Component\Security\Http\Firewall\ExceptionListener
$config Symfony\Bundle\SecurityBundle\Security\FirewallConfig

getConfig() 공개 메소드

public getConfig ( )

getContext() 공개 메소드

사용 중단: since version 3.3, will be removed in 4.0. Use {@link getListeners()} instead.
public getContext ( )

getListeners() 공개 메소드

public getListeners ( )