-
Notifications
You must be signed in to change notification settings - Fork 0
class Notification
www/includes/notifications.inc.php
In dieser Klasse befinden sich alle Funktionen zum Senden von Notifications an User
zorg\Usersystem
- IneX
1.0
-
1.0
21.10.2018
IneX
Class added
No public properties found
No constants found
send() |
Check if a User's Notification type setting is set to TRUE
- Inherited from \Notification
private
check(string $notification_source, string $notification_type, int $user_id) : bool
- author: IneX
-
version:
2.0
-
since:
1.0
04.10.2018
IneX
method added -
since:
2.0
21.10.2018
IneX
method moved from class usersystem() to class Notification() - global: object $db Globales Class-Object mit allen MySQL-Methoden
Get a User's ENABLED Notification types
- Inherited from \Notification
private
get(int $user_id) : array
- author: IneX
-
since:
1.0
-
since:
1.0
21.10.2018
IneX
method added -
var:
Array
Array-Reference to Default Notification Settings -
var:
Array
Array-Reference with Notifications Types - global: object $db Globales Class-Object mit allen MySQL-Methoden
- global: object $user Globales Class-Object mit den User-Methoden & Variablen
Send a Notification to a User Schickt eine Notification an einen User über die aktivierten Kanäle
- Inherited from \Notification
public
send(int $user_id, string $notification_source, array $content) : bool
- author: IneX
-
version:
1.0
-
since:
1.0
21.10.2018
IneX
method added - global: object $user Globales Class-Object mit den User-Methoden & Variablen
- global: object $telegram Globales Class-Object mit den Telegram-Methoden
E-Mail Hinweis über neue Nachricht senden
Generiert eine E-Mail um einen Benutzer auf eine neue persönliche Nachricht hinzuweisen
- Inherited from \Notification
private
sendEmailNotification(int $from_user_id, int $to_user_id, string $titel, string $text) : bool
- author: IneX
-
version:
2.0
-
since:
1.0
15.05.2009
IneX
method added -
since:
2.0
21.10.2018
IneX
method moved from class Messagesystem() to class Notification() - global: object $db Globales Class-Object mit allen MySQL-Methoden
- global: object $user Globales Class-Object mit den User-Methoden & Variablen
\ » Classes » Notification
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.