Namshi\Notificator\Notification::setMessage PHP Method

setMessage() public method

Sets the message transported by this notification.
public setMessage ( string $message )
$message string
    public function setMessage($message)
    {
        $this->message = $message;
    }