CrudUsage Class Reference
[Framework for the Web Services]
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.
Definition at line 603 of file WebService.php.
Constructor & Destructor Documentation
| __construct | ( | $ | create, | |
| $ | read, | |||
| $ | update, | |||
| $ | delete | |||
| ) |
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:
