Example #1
0
 function get_sms_received_timestamp()
 {
     if ($this->status == 'DLVRD') {
         trendoo_date_to_unix_timestamp($this->dt_received);
     } else {
         return null;
     }
 }
Example #2
0
 function get_create_time()
 {
     return trendoo_date_to_unix_timestamp($this->create_time);
 }