CrudUsage Class Reference
[Framework for the Web Services]

CRUD usage data structure of a web service. More...

List of all members.

Public Member Functions

 __construct ($create, $read, $update, $delete)

Public Attributes

 $create
 Create permissions (TRUE or FALSE).
 $read
 Read permissions (TRUE or FALSE).
 $update
 Update permissions (TRUE or FALSE).
 $delete
 Delete permissions (TRUE or FALSE).


Detailed Description

CRUD usage data structure of a web service.


Author:
Frederick Giasson, Structured Dynamics LLC.



Definition at line 410 of file WebService.php.


Constructor & Destructor Documentation

CrudUsage::__construct ( create,
read,
update,
delete 
)

Definition at line 424 of file WebService.php.

References $create, $delete, $read, and $update.


Member Data Documentation

CrudUsage::$create

Create permissions (TRUE or FALSE).

Definition at line 413 of file WebService.php.

Referenced by __construct().

CrudUsage::$delete

Delete permissions (TRUE or FALSE).

Definition at line 422 of file WebService.php.

Referenced by __construct().

CrudUsage::$read

Read permissions (TRUE or FALSE).

Definition at line 416 of file WebService.php.

Referenced by __construct().

CrudUsage::$update

Update permissions (TRUE or FALSE).

Definition at line 419 of file WebService.php.

Referenced by __construct().


The documentation for this class was generated from the following file:
Copyright © 2009. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.