FormFieldsProductContact extends Element
in package
Uses ElementTrait, FiltrableFormFieldsTrait

This is the 'FormFieldsProductContact' class, a DTO class for the theme configuration data.

The items stored in this class will remain immutable (only get methods are available).
This class extends SDK\Core\Dtos\Element, see this class.

Tags
see
FormFieldsProductContact::getName()
see
FormFieldsProductContact::getFirstName()
see
FormFieldsProductContact::getLastName()
see
FormFieldsProductContact::getEmail()
see
FormFieldsProductContact::getPhone()
see
FormFieldsProductContact::getComment()
see
Element
see
ElementTrait
see
FiltrableFormFieldsTrait

Table of Contents

COMMENT  = \FWK\Enums\Parameters::COMMENT
EMAIL  = \FWK\Enums\Parameters::EMAIL
FIRST_NAME  = \FWK\Enums\Parameters::FIRST_NAME
LAST_NAME  = \FWK\Enums\Parameters::LAST_NAME
NAME  = \FWK\Enums\Parameters::NAME
PHONE  = \FWK\Enums\Parameters::PHONE
getComment() This method returns if the comment FormField.  : FormField|null
getEmail() This method returns if the email FormField.  : FormField|null
getFirstName() This method returns if the firstName FormField.  : FormField|null
getLastName() This method returns if the lastName FormField.  : FormField|null
getName() This method returns if the name FormField.  : FormField|null
getPhone() This method returns if the phone FormField.  : FormField|null

Constants

Methods

Search results