PluginPropertiesParametersGroup extends ParametersGroup

This is the plugin properties parameters group class.

Table of Contents

$module  : string
$validator  : ParametersValidator
setModule() Sets the module parameter for this parameters group.  : void
toArray() Returns the object data on array format.  : array<string|int, mixed>
filter()  : array<string|int, mixed>
getInstantiatedValidator()  : ParametersValidator
getValidator()  : PluginPropertiesParametersValidator

Properties

Methods

setModule()

Sets the module parameter for this parameters group.

public setModule(string $module) : void
Parameters
$module : string
Return values
void

toArray()

Returns the object data on array format.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

filter()

protected filter(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results