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
Table of Contents
COMMENT | = \FWK\Enums\Parameters::COMMENT | |
---|---|---|
= \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
COMMENT
public
mixed
COMMENT
= \FWK\Enums\Parameters::COMMENT
public
mixed
EMAIL
= \FWK\Enums\Parameters::EMAIL
FIRST_NAME
public
mixed
FIRST_NAME
= \FWK\Enums\Parameters::FIRST_NAME
LAST_NAME
public
mixed
LAST_NAME
= \FWK\Enums\Parameters::LAST_NAME
NAME
public
mixed
NAME
= \FWK\Enums\Parameters::NAME
PHONE
public
mixed
PHONE
= \FWK\Enums\Parameters::PHONE
Methods
getComment()
This method returns if the comment FormField.
public
getComment() : FormField|null
Return values
FormField|null —getEmail()
This method returns if the email FormField.
public
getEmail() : FormField|null
Return values
FormField|null —getFirstName()
This method returns if the firstName FormField.
public
getFirstName() : FormField|null
Return values
FormField|null —getLastName()
This method returns if the lastName FormField.
public
getLastName() : FormField|null
Return values
FormField|null —getName()
This method returns if the name FormField.
public
getName() : FormField|null
Return values
FormField|null —getPhone()
This method returns if the phone FormField.
public
getPhone() : FormField|null