c_filesys_access Class Reference

Stores access rights of one user for filesystem object. More...

List of all members.

Public Member Functions

 init ($all_users, $user_name, $owner, $read, $delete, $notify_owner, $notify_user, $secure, $all_on_channel, $also_unknown, $notify_owner_message, $notify_user_message)
 Initialization.

Public Attributes

 $all_on_channel
 Name of channel for all users, or empty.
 $all_users
 Boolean: is for all users?
 $also_unknown
 Boolean: also for unknown users?
 $delete
 Boolean: DELETE: can delete?
 $notify_owner
 Boolean: NOTIFY_OWNER: should be owner notified when someone reads the object?
 $notify_owner_message
 String: Message for owner used as notification.
 $notify_user
 Boolean: NOTIFY_USER: should be user notified to read the object?
 $notify_user_message
 String: Message for user used as notification.
 $owner
 Boolean: OWNER: is user owner?
 $read
 Boolean: READ: can read?
 $secure
 Boolean: is SECUREd object?
 $user_name
 Name of user.


Detailed Description

Stores access rights of one user for filesystem object.

Version:
1
Author:
VooDooMan
Date:
2005

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


Member Function Documentation

c_filesys_access::init all_users,
user_name,
owner,
read,
delete,
notify_owner,
notify_user,
secure,
all_on_channel,
also_unknown,
notify_owner_message,
notify_user_message
 

Initialization.

Version:
1
Author:
VooDooMan
Date:
2005
Parameters:
all_users Boolean: is for all users?
user_name Name of user
owner Boolean: OWNER: is user owner?
read Boolean: READ: can read?
delete Boolean: DELETE: can delete?
notify_owner Boolean: NOTIFY_OWNER: should be owner notified when someone reads the object?
notify_user Boolean: NOTIFY_USER: should be user notified to read the object?
secure Boolean: is SECUREd object?
all_on_channel Name of channel for all users, or empty
also_unknown Boolean: also for unknown users?
notify_owner_message String: Message for owner used as notification
notify_user_message String: Message for user used as notification

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

References $all_on_channel, $all_users, $also_unknown, $delete, $notify_owner, $notify_owner_message, $notify_user, $notify_user_message, $owner, $read, $secure, and $user_name.

00400     {
00401         $this->all_users=$all_users;
00402         $this->user_name=$user_name;
00403         $this->owner=$owner;
00404         $this->read=$read;
00405         $this->delete=$delete;
00406         $this->notify_owner=$notify_owner;
00407         $this->notify_user=$notify_user;
00408         $this->secure=$secure;
00409         $this->all_on_channel=$all_on_channel;
00410         $this->also_unknown=$also_unknown;
00411         $this->notify_owner_message=$notify_owner_message;
00412         $this->notify_user_message=$notify_user_message;
00413     }


Member Data Documentation

c_filesys_access::$all_on_channel
 

Name of channel for all users, or empty.

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

Referenced by init().

c_filesys_access::$all_users
 

Boolean: is for all users?

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

Referenced by init().

c_filesys_access::$also_unknown
 

Boolean: also for unknown users?

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

Referenced by init().

c_filesys_access::$delete
 

Boolean: DELETE: can delete?

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

Referenced by init().

c_filesys_access::$notify_owner
 

Boolean: NOTIFY_OWNER: should be owner notified when someone reads the object?

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

Referenced by init().

c_filesys_access::$notify_owner_message
 

String: Message for owner used as notification.

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

Referenced by init().

c_filesys_access::$notify_user
 

Boolean: NOTIFY_USER: should be user notified to read the object?

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

Referenced by init().

c_filesys_access::$notify_user_message
 

String: Message for user used as notification.

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

Referenced by init().

c_filesys_access::$owner
 

Boolean: OWNER: is user owner?

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

Referenced by init().

c_filesys_access::$read
 

Boolean: READ: can read?

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

Referenced by init().

c_filesys_access::$secure
 

Boolean: is SECUREd object?

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

Referenced by init().

c_filesys_access::$user_name
 

Name of user.

Definition at line 367 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