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) | |
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.
Definition at line 410 of file WebService.php.
Constructor & Destructor Documentation
| CrudUsage::__construct | ( | $ | create, | |
| $ | read, | |||
| $ | update, | |||
| $ | delete | |||
| ) |
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:
