Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
Notification Class Reference

Public Member Functions

 __construct ($subject, $message, $recipients=array())

Public Attributes

 $subject
 $message
 $recipients

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://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.

Constructor & Destructor Documentation

Notification::__construct (   $subject,
  $message,
  $recipients = array() 
)

Constructor

Parameters
string$subjectnotification subject
string$messagenotification message
array$recipientsrecipients

Definition at line 36 of file Notification.php.

{
$this->subject = $subject;
$this->message = $message;
$this->recipients = $recipients;
}

The documentation for this class was generated from the following file: