|
| __construct ($label) |
| Constructor.
|
|
| setHeader ($header) |
| Set the table header.
|
|
| addRow ($row) |
| Append a row to the end of the table.
|
|
| getMessage () |
| Get the actual message to be sent in its final format.
|
|
| getRowAt ($index) |
| Returns the row at the given index.
|
|
| setRowAt ($index, $row) |
| Sets the row on the given index to a new row.
|
|
| getRowCount () |
| Returns the number of rows.
|
|
| getLastRow () |
| Returns the last row of the table.
|
|
| __construct ($style, $message) |
| Creates a new message with the given style and message.
|
|
| setLabel ($label) |
| Set the label of the message.
|
|
| getLabel () |
| Get the label of the message.
|
|
| setBuffered ($buffered) |
| Enable or disable message buffering.
|
|
| getBuffered () |
| Determine if buffering is enabled or disabled.
|
|
| setDestroy ($destroy) |
| Destroy the message to prevent delivery.
|
|
| getDestroy () |
| Determine if message should be destroyed.
|
|
| setStyle ($style) |
| Set the style of the message.
|
|
| getStyle () |
| Get the style of the message.
|
|
| setMessage ($message) |
| Set the actual message to be sent in its final format.
|
|
| getMessage () |
| Get the actual message to be sent in its final format.
|
|
| setOption ($key, $value) |
| Set a single option.
|
|
| getOption ($key) |
| Retrieve a single option.
|
|
| getOptions () |
| Retrieve all options.
|
|