RecommendParametersGroup extends ParametersGroup

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

Table of Contents

$comment  : string
$email  : string
$name  : string
$toEmail  : string
$toName  : string
$validator  : ParametersValidator
setComment() Sets the comment parameter for this parameters group.  : void
setEmail() Sets the email parameter for this parameters group.  : void
setName() Sets the name parameter for this parameters group.  : void
setToEmail() Sets the receiver email parameter for this parameters group.  : void
setToName() Sets the receiver name 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()  : RecommendParametersValidator

Properties

Methods

setComment()

Sets the comment parameter for this parameters group.

public setComment(string $comment) : void
Parameters
$comment : string
Return values
void

setEmail()

Sets the email parameter for this parameters group.

public setEmail(string $email) : void
Parameters
$email : string
Return values
void

setName()

Sets the name parameter for this parameters group.

public setName(string $name) : void
Parameters
$name : string
Return values
void

setToEmail()

Sets the receiver email parameter for this parameters group.

public setToEmail(string $toEmail) : void
Parameters
$toEmail : string
Return values
void

setToName()

Sets the receiver name parameter for this parameters group.

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