Ejemplo n.º 1
0
 /**
  * Clear Reminders by user
  *
  * @param Contact $user
  * @return boolean
  */
 static function clearByUser(Contact $user)
 {
     return ObjectReminders::delete('`contact_id` = ' . DB::escape($user->getId()));
 }