Dummy implements ChannelInterface, TimeTrackingInterface, MemberRequestDistributionEvenlyInterface, TimeBeforeRequestNextMemberInterface
FinalYes
Table of Contents
Interfaces
- ChannelInterface
- TimeTrackingInterface
- MemberRequestDistributionEvenlyInterface
- TimeBeforeRequestNextMemberInterface
Constants
- DIRECTION_INCOMING = 1
- DIRECTION_OUTGOING = 2
- PROPERTY_DIRECTION = 'direction'
- PROPERTY_FROM = 'from'
- PROPERTY_TO = 'to'
Methods
- createInstance() : ChannelInterface
- getCode() : string
- getPropertiesCollection() : PropertiesCollection
- getTimeOffsetVariants() : array<string|int, int>
- getTitle() : string
- isActive() : bool
- onSetNextMember() : void
Constants
DIRECTION_INCOMING
public
mixed
DIRECTION_INCOMING
= 1
DIRECTION_OUTGOING
public
mixed
DIRECTION_OUTGOING
= 2
PROPERTY_DIRECTION
public
mixed
PROPERTY_DIRECTION
= 'direction'
PROPERTY_FROM
public
mixed
PROPERTY_FROM
= 'from'
PROPERTY_TO
public
mixed
PROPERTY_TO
= 'to'
Methods
createInstance()
public
static createInstance(string $channelCode) : ChannelInterface
Parameters
- $channelCode : string
Return values
ChannelInterfacegetCode()
public
static getCode() : string
Return values
stringgetPropertiesCollection()
public
getPropertiesCollection() : PropertiesCollection
Return values
PropertiesCollectiongetTimeOffsetVariants()
public
getTimeOffsetVariants() : array<string|int, int>
Return values
array<string|int, int>getTitle()
public
getTitle() : string
Return values
stringisActive()
public
isActive() : bool
Return values
boolonSetNextMember()
public
onSetNextMember(ChannelEventRegistrar $eventRegistrar) : void
Parameters
- $eventRegistrar : ChannelEventRegistrar