class MessageNotifierTest in Message Notify 7.2
Test notifier.
Hierarchy
- class \MessageNotifierBase implements MessageNotifierInterface
- class \MessageNotifierTest
Expanded class hierarchy of MessageNotifierTest
File
- tests/
plugins/ notifier/ MessageNotifierTest.class.php, line 6
View source
class MessageNotifierTest extends MessageNotifierBase {
public function deliver(array $output = array()) {
$this->message->output = $output;
// Return TRUE or FALSE as it was set on the Message.
return empty($this->fail);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MessageNotifierBase:: |
protected | property | The message entity. | |
MessageNotifierBase:: |
protected | property | The plugin definition. | |
MessageNotifierBase:: |
public | function |
Determine if user can access notifier. Overrides MessageNotifierInterface:: |
|
MessageNotifierBase:: |
public | function |
Act upon send result. Overrides MessageNotifierInterface:: |
|
MessageNotifierBase:: |
public | function |
Entry point to send and process a message. Overrides MessageNotifierInterface:: |
|
MessageNotifierBase:: |
public | function |
Constructor for the notifier. Overrides MessageNotifierInterface:: |
|
MessageNotifierTest:: |
public | function |
Deliver a message via the required transport method. Overrides MessageNotifierBase:: |