Request
class Request
Class Request
Methods
static array
create(string $entity, string $action, array $params, mixed $extra = NULL)
Create a formatted/normalized request object.
static string
normalizeEntityName(string $entity, int $version)
Normalize entity to be CamelCase.
static string
normalizeActionName($action, $version)
Normalize api action name to be lowercase.
static
getNextId()
No description
Details
at line 61
static array
create(string $entity, string $action, array $params, mixed $extra = NULL)
Create a formatted/normalized request object.
at line 101
static string
normalizeEntityName(string $entity, int $version)
Normalize entity to be CamelCase.
APIv1-v3 munges entity/action names, and accepts any mixture of case and underscores.
at line 114
static string
normalizeActionName($action, $version)
Normalize api action name to be lowercase.
APIv1-v3 munges entity/action names, and accepts any mixture of case and underscores.