DataSrcInterface
in
Table of Contents
Methods
- all() : array<string|int, mixed>
- clear() : void
- codeModel() : array<string|int, mixed>
- get() : mixed
Methods
all()
public
static all() : array<string|int, mixed>
Return values
array<string|int, mixed>clear()
public
static clear() : void
codeModel()
public
static codeModel([bool $addEmpty = true ]) : array<string|int, mixed>
Parameters
- $addEmpty : bool = true
Return values
array<string|int, mixed>get()
public
static get(mixed $code) : mixed
Parameters
- $code : mixed