ProductOptionValueParametersGroup extends ParametersGroup

This is the basket model (edit product resource) parameters group class.

Table of Contents

$extension  : string
$fileName  : string
$validator  : ParametersValidator
$value  : string
setExtension() Sets the extension parameter for this parameters group.  : void
setFileName() Sets the fileName parameter for this parameters group.  : void
setValue() Sets the value 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()  : ProductOptionValueParametersValidator

Properties

Methods

setExtension()

Sets the extension parameter for this parameters group.

public setExtension(string $extension) : void
Parameters
$extension : string
Return values
void

setFileName()

Sets the fileName parameter for this parameters group.

public setFileName(string $fileName) : void
Parameters
$fileName : string
Return values
void

setValue()

Sets the value parameter for this parameters group.

public setValue(string $value) : void
Parameters
$value : 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