class BatchUpdatedEvent extends AbstractConcreteEvent implements SubscribableEventInterface (View source)

Properties

protected Batch $batch

Methods

isPrivate()

No description

getEventData()

No description

createTopic()

No description

array
getTopics()

No description

string
getData()

No description

Update
getUpdate()

No description

__construct(Batch $batch)

BatchUpdated constructor.

static TopicInterface
getTopicForSubscribing()

No description

Details

protected isPrivate()

No description

protected getEventData()

No description

TopicInterface createTopic()

No description

Return Value

TopicInterface

array getTopics()

No description

Return Value

array

string getData()

No description

Return Value

string

Update getUpdate()

No description

Return Value

Update

__construct(Batch $batch)

BatchUpdated constructor.

Parameters

Batch $batch

static TopicInterface getTopicForSubscribing()

No description

Return Value

TopicInterface