setNotificationFlag($id,$flag); unset($EcmNotification); } function changeNotificationDate($id,$flag){ $EcmNotification = new EcmNotification(); echo $EcmNotification->setNotificationDate($id,$flag); unset($EcmNotification); } function getLeaveadNotifications($user_id){ $EcmNotification = new EcmNotification($user_id); echo json_encode($EcmNotification->searchLeavedNotifications(), JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_QUOT | JSON_HEX_AMP | JSON_UNESCAPED_UNICODE); unset($EcmNotification); } ?>