SimpleMessage
class SimpleMessage (View source)
Properties
| string | $level | The "level" of the notification (info, success, error). | |
| string | $subject | The subject of the notification. | |
| string|null | $greeting | The notification's greeting. | |
| array | $introLines | The "intro" lines of the notification. | |
| array | $outroLines | The "outro" lines of the notification. | |
| string | $actionText | The text / label for the action. | |
| string | $actionUrl | The action URL. | 
 
          
Please login to continue.