Grima  2018-08
Whispering into Alma's ear
Public Member Functions | Public Attributes | List of all members
GrimaTaskMessage Class Reference

A thin wrapper around a message and urgency level. More...

Public Member Functions

 __construct ($type, $message)
 

Public Attributes

 $type
 
 $message
 

Detailed Description

A thin wrapper around a message and urgency level.

Definition at line 1411 of file grima-lib.php.

Constructor & Destructor Documentation

◆ __construct()

GrimaTaskMessage::__construct (   $type,
  $message 
)

Definition at line 1416 of file grima-lib.php.

References $message, and $type.

1416  {
1417  $this->type = $type;
1418  $this->message = $message;
1419  }

Member Data Documentation

◆ $message

GrimaTaskMessage::$message

Definition at line 1414 of file grima-lib.php.

Referenced by __construct().

◆ $type

GrimaTaskMessage::$type

Definition at line 1412 of file grima-lib.php.

Referenced by __construct().


The documentation for this class was generated from the following file: