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 401 of file library_php_2.inc.php.
|
Initialization.
Definition at line 419 of file library_php_2.inc.php. References $event_has_read, $event_owner_notified, $event_timestamp, $event_user_name, and $user_notified. 00421 { 00422 $this->event_has_read=$event_has_read; 00423 $this->event_owner_notified=$event_owner_notified; 00424 $this->event_user_name=$event_user_name; 00425 $this->user_notified=$user_notified; 00426 $this->event_timestamp=$event_timestamp; 00427 }
|
|
Boolean: whether has read.
Definition at line 402 of file library_php_2.inc.php. Referenced by init(). |
|
Boolean: whether the owner has been notified.
Definition at line 403 of file library_php_2.inc.php. Referenced by init(). |
|
Time of event.
Definition at line 406 of file library_php_2.inc.php. Referenced by init(). |
|
Name of user for event.
Definition at line 404 of file library_php_2.inc.php. Referenced by init(). |
|
Boolean: whether user has been notified.
Definition at line 405 of file library_php_2.inc.php. Referenced by init(). |