You are here

function sms_muse_receive_fields in SMS Framework 5

Implementation of sms_$gateway_receive_fields() Tells sms_receive what fields are available

File

modules/sms_muse/sms_muse.module, line 279

Code

function sms_muse_receive_fields() {
  return array(
    'type',
    'from',
    'text',
  );
}