PHP Class Ayaline\Bundle\ComposerBundle\Pusher\ChannelAuthenticator

Inheritance: implements Lopi\Bundle\PusherBundle\Authenticator\ChannelAuthenticatorInterface
Datei anzeigen Open project: pborreli/composer-service

Protected Properties

Property Type Description
$requestStack

Public Methods

Method Description
__construct ( Symfony\Component\HttpFoundation\RequestStack $requestStack ) Constructor.
authenticate ( string $socketId, string $channelName ) : boolean

Method Details

__construct() public method

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

authenticate() public method

public authenticate ( string $socketId, string $channelName ) : boolean
$socketId string
$channelName string
return boolean

Property Details

$requestStack protected_oe property

protected $requestStack