Public Member Functions | |
init ($event_has_read, $event_owner_notified, $event_user_name, $user_notified, $event_timestamp) | |
Initialization. | |
Public Attributes | |
$event_has_read | |
Boolean: whether has read. | |
$event_owner_notified | |
Boolean: whether the owner has been notified. | |
$event_timestamp | |
Time of event. | |
$event_user_name | |
Name of user for event. | |
$user_notified | |
Boolean: whether user has been notified. |
Definition at line 422 of file library_php_2.inc.php.
|
Initialization.
Definition at line 440 of file library_php_2.inc.php. References $event_has_read, $event_owner_notified, $event_timestamp, $event_user_name, and $user_notified. 00442 { 00443 $this->event_has_read=$event_has_read; 00444 $this->event_owner_notified=$event_owner_notified; 00445 $this->event_user_name=$event_user_name; 00446 $this->user_notified=$user_notified; 00447 $this->event_timestamp=$event_timestamp; 00448 }
|
|
Boolean: whether has read.
Definition at line 423 of file library_php_2.inc.php. Referenced by init(). |
|
Boolean: whether the owner has been notified.
Definition at line 424 of file library_php_2.inc.php. Referenced by init(). |
|
Time of event.
Definition at line 427 of file library_php_2.inc.php. Referenced by init(). |
|
Name of user for event.
Definition at line 425 of file library_php_2.inc.php. Referenced by init(). |
|
Boolean: whether user has been notified.
Definition at line 426 of file library_php_2.inc.php. Referenced by init(). |