-
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.021.10.2018IneXClass 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.004.10.2018IneXmethod added -
since:
2.021.10.2018IneXmethod 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.021.10.2018IneXmethod added -
var:
ArrayArray-Reference to Default Notification Settings -
var:
ArrayArray-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.021.10.2018IneXmethod 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.015.05.2009IneXmethod added -
since:
2.021.10.2018IneXmethod 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.