UI
AbstractYes
Table of Contents
Methods
- getClass() : mixed
- isSuitable() : bool
- Check whether userfield is recommended to have user interface
- showEdit() : mixed
- showView() : mixed
Methods
getClass()
public
static getClass(mixed $dataType) : mixed
Parameters
- $dataType : mixed
isSuitable()
Check whether userfield is recommended to have user interface
public
static isSuitable(array<string|int, mixed> $field) : bool
Parameters
- $field : array<string|int, mixed>
Return values
boolshowEdit()
public
static showEdit(array<string|int, mixed> $field[, array<string|int, mixed> $parameters = array() ][, mixed $component = null ]) : mixed
Parameters
- $field : array<string|int, mixed>
- $parameters : array<string|int, mixed> = array()
- $component : mixed = null
showView()
public
static showView(mixed $field[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
- $field : mixed
- $parameters : array<string|int, mixed> = array()