function Messaging_Send_Method::get_address_info in Messaging 6.4
Get address info property
5 calls to Messaging_Send_Method::get_address_info()
- Messaging_Send_Method::address_name in includes/
messaging_method.class.inc - Get address name
- Messaging_Send_Method::address_validate in includes/
messaging_method.class.inc - Validate address
- Messaging_Send_Method::format_address in includes/
messaging_method.class.inc - Format address for display
- Messaging_Send_Method::get_address_uid in includes/
messaging_method.class.inc - Get uid for address
- Messaging_Send_Method::get_user_address in includes/
messaging_method.class.inc - Get address for user account
File
- includes/
messaging_method.class.inc, line 192 - Drupal Messaging Framework - Send_Method class file
Class
- Messaging_Send_Method
- Sending method, implements all specific method functionality
Code
function get_address_info($property = NULL) {
return messaging_address_info($this->address_type, $property);
}