PHP 클래스 Ayaline\Bundle\ComposerBundle\Pusher\ChannelAuthenticator

상속: implements Lopi\Bundle\PusherBundle\Authenticator\ChannelAuthenticatorInterface
파일 보기 프로젝트 열기: pborreli/composer-service

보호된 프로퍼티들

프로퍼티 타입 설명
$requestStack

공개 메소드들

메소드 설명
__construct ( Symfony\Component\HttpFoundation\RequestStack $requestStack ) Constructor.
authenticate ( string $socketId, string $channelName ) : boolean

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\HttpFoundation\RequestStack $requestStack )
$requestStack Symfony\Component\HttpFoundation\RequestStack A RequestStack instance

authenticate() 공개 메소드

public authenticate ( string $socketId, string $channelName ) : boolean
$socketId string
$channelName string
리턴 boolean

프로퍼티 상세

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

protected $requestStack