rcrowe\Hippy\Message\MessageInterface::__construct PHP Method

__construct() public method

Get a new instance of message.
public __construct ( boolean $notify = false, string $background_color = 'yellow' )
$notify boolean Should this message create a notification.
$background_color string Background color of message.
    public function __construct($notify = false, $background_color = 'yellow');