class Control implements JsonSerializable

Control class.

Properties

protected string $fieldId
protected string $widgetId
protected array $settings

Methods

string
getFieldId()

No description

string
getWidgetId()

No description

setWidgetId(string $widgetId)

No description

array
getSettings()

No description

setSettings(array $settings)

No description

array
jsonSerialize()

Returns an array to be used by "json_encode" to serialize objects of this class.

Details

at line 36
string getFieldId()

Return Value

string

at line 44
string getWidgetId()

Return Value

string

at line 54
Control setWidgetId(string $widgetId)

Parameters

string $widgetId

Return Value

Control

at line 64
array getSettings()

Return Value

array

at line 74
Control setSettings(array $settings)

Parameters

array $settings

Return Value

Control

at line 86
array jsonSerialize()

Returns an array to be used by "json_encode" to serialize objects of this class.

Return Value

array