constant SMS_DIR_NONE in SMS Framework 7
Same name and namespace in other branches
- 6.2 sms.module \SMS_DIR_NONE
- 6 sms.module \SMS_DIR_NONE
6 uses of SMS_DIR_NONE
- sms_dir in ./
sms.module - Returns a direction code
- sms_track_archive_write in modules/
sms_track/ sms_track.module - Writes a record to the DB table.
- sms_track_disable in modules/
sms_track/ sms_track.module - Implements hook_disable().
- sms_track_enable in modules/
sms_track/ sms_track.module - Implements hook_enable().
- sms_track_settings_form in modules/
sms_track/ sms_track.admin.inc - Admin settings form.
File
- ./
sms.module, line 10 - The core of the SMS Framework. Provides gateway management and API for sending and receiving SMS messages.
Code
define('SMS_DIR_NONE', 0);