Controller
Class Controller
Table of Contents
Constants
Methods
- get() : ProviderBase|null
- Returns data provider by code
- getInstance() : Controller
- listError() : array<string|int, mixed>
Constants
CODE_DISK
public
mixed
CODE_DISK
= 'disk'
CODE_IO
public
mixed
CODE_IO
= 'io'
Methods
get()
Returns data provider by code
public
get(string $code[, array<string|int, mixed> $setting = [] ]) : ProviderBase|null
Parameters
- $code : string
- $setting : array<string|int, mixed> = []
Return values
ProviderBase|nullgetInstance()
public
static getInstance() : Controller
Return values
ControllerlistError()
public
listError() : array<string|int, mixed>