Control
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 35
string
getFieldId()
at line 43
string
getWidgetId()
at line 53
Control
setWidgetId(string $widgetId)
at line 63
array
getSettings()
at line 73
Control
setSettings(array $settings)
at line 85
array
jsonSerialize()
Returns an array to be used by "json_encode" to serialize objects of this class.