Router
Class of distribution of incoming requests from the server.
Table of Contents
Methods
- receiving() : Result
- The method accepting the entering data from the server of connectors.
Methods
receiving()
The method accepting the entering data from the server of connectors.
public
static receiving(string $command, string $connector[, string|null $line = null ][, array<string|int, mixed> $data = array() ]) : Result
Parameters
- $command : string
-
The called method.
- $connector : string
-
ID connector.
- $line : string|null = null
-
ID of the open line.
- $data : array<string|int, mixed> = array()
-
Data array.