Output extends Output
Table of Contents
Methods
- __construct() : mixed
- Output constructor.
- call() : Result
- Magic method for handling dynamic methods.
- register() : Result
Methods
__construct()
Output constructor.
public
__construct(string $connector[, string|bool $line = false ]) : mixed
Parameters
- $connector : string
-
ID connector.
- $line : string|bool = false
-
ID open line.
call()
Magic method for handling dynamic methods.
public
call(string $name, array<string|int, mixed> $arguments) : Result
Parameters
- $name : string
-
The name of the called method.
- $arguments : array<string|int, mixed>
-
The set of parameters passed to the method.
Return values
Resultregister()
public
register([array<string|int, mixed> $data = [] ]) : Result
Parameters
- $data : array<string|int, mixed> = []