class Greeting extends Message implements ProfileInterface (View source)

Class Greeting

Methods

__construct(array $greetings)

Greeting constructor.

mixed
getSender()

Get sender id

from Message
array
toData()

Message to send

Details

__construct(array $greetings)

Greeting constructor.

Parameters

array $greetings

mixed getSender()

Get sender id

Return Value

mixed

array toData()

Message to send

Return Value

array