Example #1
0
 /**
  * Delete all reminders for the current user
  */
 public function deleteByCurrentUser()
 {
     global $USER;
     \CTaskReminders::DeleteByUserID($USER->GetId());
     return array();
 }