RestManager extends IRestService
Table of Contents
Constants
- DONT_CALCULATE_COUNT = -1
Methods
- fillAlternativeScope() : mixed
- getModuleScopeAlias() : mixed
- onFindMethodDescription() : mixed
- processMethodRequest() : array<string|int, mixed>
- Processes method to services.
Constants
DONT_CALCULATE_COUNT
public
mixed
DONT_CALCULATE_COUNT
= -1
Methods
fillAlternativeScope()
public
static fillAlternativeScope(mixed $scope, mixed $scopeList) : mixed
Parameters
- $scope : mixed
- $scopeList : mixed
getModuleScopeAlias()
public
static getModuleScopeAlias(mixed $moduleId) : mixed
Parameters
- $moduleId : mixed
onFindMethodDescription()
public
static onFindMethodDescription(mixed $potentialAction) : mixed
Parameters
- $potentialAction : mixed
processMethodRequest()
Processes method to services.
public
processMethodRequest(array<string|int, mixed> $params, string $start, CRestServer $restServer) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed>
-
Input parameters ($_GET, $_POST).
- $start : string
-
Start position.
- $restServer : CRestServer
-
REST server.