A base implementation for a REST WebService.
| author | Jorgen Evens |
|---|---|
| package | WebLab |
| subpackage | Dispatcher |
__construct()
| inherited_from | \WebLab_Dispatcher_Module::__construct() |
|---|
__init() : boolean
Authentication or denying access can be done here. If returned true, execute will be called. Otherwise it will not.
| see | \WebLab_Dispatcher_Module::__init() |
|---|
booleanexecute($action) : \*
| inherited_from | \WebLab_Dispatcher_Module::execute() |
|---|
\*put(array $new_data)
array
_getName() : String
| inherited_from | \WebLab_Dispatcher_Module::_getName() |
|---|
Stringerror(string $message, int $http_status_code)
string
int
is(string $method) : boolean
string
boolean$data : array
$layout
| inherited_from | \WebLab_Dispatcher_Module::$$layout |
|---|
$param
| inherited_from | \WebLab_Dispatcher_Module::$$param |
|---|