You are here

function Messaging_Send_Method::__construct in Messaging 6.3

Same name and namespace in other branches
  1. 6.4 includes/messaging_method.class.inc \Messaging_Send_Method::__construct()

File

classes/messaging_method.class.inc, line 20
Drupal Messaging Framework - Send_Method class file

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

function __construct($info, $method) {
  $this->method = $method;
  $this->info = $info;
}