c_filesys_event Class Reference

Stores event for filesystem object. More...

List of all members.

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.


Detailed Description

Stores event for filesystem object.

Version:
1
Author:
VooDooMan
Date:
2005

Definition at line 422 of file library_php_2.inc.php.


Member Function Documentation

c_filesys_event::init event_has_read,
event_owner_notified,
event_user_name,
user_notified,
event_timestamp
 

Initialization.

Version:
1
Author:
VooDooMan
Date:
2005
Parameters:
event_has_read Boolean: whether has read
event_owner_notified Boolean: whether the owner has been notified
event_user_name Name of user for event
user_notified Boolean: whether user has been notified
event_timestamp Time of event

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     }


Member Data Documentation

c_filesys_event::$event_has_read
 

Boolean: whether has read.

Definition at line 423 of file library_php_2.inc.php.

Referenced by init().

c_filesys_event::$event_owner_notified
 

Boolean: whether the owner has been notified.

Definition at line 424 of file library_php_2.inc.php.

Referenced by init().

c_filesys_event::$event_timestamp
 

Time of event.

Definition at line 427 of file library_php_2.inc.php.

Referenced by init().

c_filesys_event::$event_user_name
 

Name of user for event.

Definition at line 425 of file library_php_2.inc.php.

Referenced by init().

c_filesys_event::$user_notified
 

Boolean: whether user has been notified.

Definition at line 426 of file library_php_2.inc.php.

Referenced by init().


The documentation for this class was generated from the following file:
Generated on Sun Jul 24 16:21:26 2005 for Library for "php_2" scripting by  doxygen 1.4.3