PHP Класс rcrowe\Hippy\Message

Наследование: implements rcrowe\Hippy\Message\SenderInterface, implements rcrowe\Hippy\Message\MessageInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$background_color Background color of the message. Default green.
$message Actual message.
$message_format Is the message plain text or html.
$notification Does this message generate a notification. Default false.

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

Метод Описание
__construct ( $notify = false, $background_color = self::BACKGROUND_YELLOW )
getBackgroundColor ( )
getMessage ( )
getMessageFormat ( )
getNotification ( )
removeNotification ( )
setBackgroundColor ( $color )
setHtml ( $html )
setNotification ( )
setText ( $text )

Защищенные методы

Метод Описание
setMessage ( string $text, $format ) : void

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

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

public __construct ( $notify = false, $background_color = self::BACKGROUND_YELLOW )

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

public getBackgroundColor ( )

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

public getMessage ( )

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

public getMessageFormat ( )

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

public getNotification ( )

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

public removeNotification ( )

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

public setBackgroundColor ( $color )

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

public setHtml ( $html )

setMessage() защищенный Метод

protected setMessage ( string $text, $format ) : void
$text string
Результат void

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

public setNotification ( )

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

public setText ( $text )

Описание свойств

$background_color защищенное свойство

Background color of the message. Default green.
protected $background_color

$message защищенное свойство

Actual message.
protected $message

$message_format защищенное свойство

Is the message plain text or html.
protected $message_format

$notification защищенное свойство

Does this message generate a notification. Default false.
protected $notification