You are here

public static function Messaging_Send_Method::address_info in Messaging 7

Get address info property

1 call to Messaging_Send_Method::address_info()
Messaging_Send_Method::address_name in ./messaging.method.inc
Get address name

File

./messaging.method.inc, line 144
Drupal Messaging Framework - Send_Method class file

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

public static function address_info($property = NULL, $default = NULL) {
  return messaging_address_info(self::address_type(), $property, $default);
}