Public Member Functions | |
__construct ($subject, $message, $recipients=array()) |
Public Attributes | |
$subject | |
$message | |
$recipients |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Notification object represents any notification in system. Used with NotificationManager.
Definition at line 12 of file Notification.php.
Notification::__construct | ( | $subject, | |
$message, | |||
$recipients = array() |
|||
) |
Constructor
string | $subject | notification subject |
string | $message | notification message |
array | $recipients | recipients |
Definition at line 36 of file Notification.php.