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

Public Member Functions

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

Data Fields

 $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 603 of file WebService.php.


Constructor & Destructor Documentation

__construct ( create,
read,
update,
delete 
)

Definition at line 617 of file WebService.php.

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


Field Documentation

$create

Create permissions (TRUE or FALSE).

Definition at line 606 of file WebService.php.

Referenced by __construct().

$delete

Delete permissions (TRUE or FALSE).

Definition at line 615 of file WebService.php.

Referenced by __construct().

$read

Read permissions (TRUE or FALSE).

Definition at line 609 of file WebService.php.

Referenced by __construct().

$update

Update permissions (TRUE or FALSE).

Definition at line 612 of file WebService.php.

Referenced by __construct().


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