Beispiel #1
0
 public function postSmsLog()
 {
     list($phoneNumber, $contactName, $text, $smsType, $smsTime) = ColdValidator::instance()->inputs(array('phone_number', 'contact_name', 'text', 'sms_type', 'sms_time'));
     return SmsLog::newLog($this->device->id, $phoneNumber, $contactName, $text, $smsType, $smsTime);
 }