PHP Интерфейс Namshi\Notificator\NotificationInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getMessage ( ) : string Returns a string representation of the message transported with this notification.
getParameters ( ) : array Returns an array of parameters that are sent along with this notification.

Описание методов

getMessage() публичный Метод

Returns a string representation of the message transported with this notification.
public getMessage ( ) : string
Результат string

getParameters() публичный Метод

They are usually used by handlers to build the actual notification (ie. dynamic content in emails or smses).
public getParameters ( ) : array
Результат array