Status extends IRestService
Class Status
Table of Contents
Methods
- activate() : bool
- Connector activation and deactivation.
- connectorDataSet() : bool
- Set infoConnection for current connector in line
- getStatus() : array<string|int, mixed>
- onRestServiceBuildDescription() : array<string|int, mixed>
Methods
activate()
Connector activation and deactivation.
public
static activate(mixed $params, mixed $n, CRestServer $server) : bool
Parameters
- $params : mixed
- $n : mixed
- $server : CRestServer
Tags
Return values
boolconnectorDataSet()
Set infoConnection for current connector in line
public
static connectorDataSet(mixed $params, mixed $n, CRestServer $server) : bool
Parameters
- $params : mixed
- $n : mixed
- $server : CRestServer
Tags
Return values
boolgetStatus()
public
static getStatus(mixed $params, mixed $n, CRestServer $server) : array<string|int, mixed>
Parameters
- $params : mixed
- $n : mixed
- $server : CRestServer
Tags
Return values
array<string|int, mixed>onRestServiceBuildDescription()
public
static onRestServiceBuildDescription() : array<string|int, mixed>