PHP Class Mmoreram\RSQueueBundle\Event\Abstracts\AbstractRSChannelEvent

Inheritance: extends AbstractRSEvent
Datei anzeigen Open project: mmoreram/rsqueue-bundle

Protected Properties

Property Type Description
$channelAlias String Channel alias
$channelName String Real channel name

Public Methods

Method Description
__construct ( Mixed $payload, String $payloadSerialized, string $channelAlias, string $channelName, Redis $redis ) Construct method
getChannelAlias ( ) : string Return channel alias
getChannelName ( ) : string Return channel name

Method Details

__construct() public method

Construct method
public __construct ( Mixed $payload, String $payloadSerialized, string $channelAlias, string $channelName, Redis $redis )
$payload Mixed Payload
$payloadSerialized String Payload serialized
$channelAlias string Channel alias
$channelName string Channel name
$redis Redis Redis instance

getChannelAlias() public method

Return channel alias
public getChannelAlias ( ) : string
return string Channel alias

getChannelName() public method

Return channel name
public getChannelName ( ) : string
return string Channel name

Property Details

$channelAlias protected_oe property

Channel alias
protected String $channelAlias
return String

$channelName protected_oe property

Real channel name
protected String $channelName
return String