PluginDataParametersGroup
extends ParametersGroup
in package
This is the plugin data parameters group class.
Table of Contents
$action | : string | |
---|---|---|
$data | : array<string|int, mixed> | |
getAction() | Returns the action value. | : string |
setAction() | Sets the action parameter for this parameters group. | : void |
setData() | Sets the data parameter for this parameters group. | : void |
getValidator() | {@inheritdoc} | : PluginDataPropertiesParametersValidator |
Properties
$action
protected
string
$action
$data
protected
array<string|int, mixed>
$data
Methods
getAction()
Returns the action value.
public
getAction() : string
Return values
string —setAction()
Sets the action parameter for this parameters group.
public
setAction(string $action) : void
Parameters
- $action : string
Return values
void —setData()
Sets the data parameter for this parameters group.
public
setData(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>
Return values
void —getValidator()
{@inheritdoc}
protected
getValidator() : PluginDataPropertiesParametersValidator