PHP 클래스 Symfony\Component\HttpKernel\Security\Firewall\LogoutListener

저자: Fabien Potencier ([email protected])
상속: implements Symfony\Component\HttpKernel\Security\Firewall\ListenerInterface
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

보호된 프로퍼티들

프로퍼티 타입 설명
$logoutPath
$securityContext
$targetUrl

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Security\SecurityContext $securityContext, string $logoutPath, string $targetUrl = '/' ) Constructor
handle ( Symfony\Component\EventDispatcher\Event $event )
register ( EventDispatcher $dispatcher, integer $priority ) Registers a core.security listener.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Symfony\Component\Security\SecurityContext $securityContext, string $logoutPath, string $targetUrl = '/' )
$securityContext Symfony\Component\Security\SecurityContext
$logoutPath string The path that starts the logout process
$targetUrl string The URL to redirect to after logout

handle() 공개 메소드

public handle ( Symfony\Component\EventDispatcher\Event $event )
$event Symfony\Component\EventDispatcher\Event An Event instance

register() 공개 메소드

Registers a core.security listener.
public register ( EventDispatcher $dispatcher, integer $priority )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcher An EventDispatcher instance
$priority integer The priority

프로퍼티 상세

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

protected $logoutPath

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

protected $securityContext

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

protected $targetUrl