CustomFormSendMailAttachmentParametersGroup extends ParametersGroup

This is the form model (send custom form mail attachemnt) parameters group class.

Table of Contents

$data  : string
$fileName  : string
$validator  : ParametersValidator
setData() Sets the data parameter for this parameters group.  : void
setFileName() Sets the fileName 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()  : CustomFormSendMailAttachmentParametersValidator

Properties

Methods

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