FormFieldsContact extends Element
in package
Uses ElementTrait, FiltrableFormFieldsTrait

This is the 'FormFieldsContact' 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
FormFieldsContact::getName()
see
FormFieldsContact::getFirstName()
see
FormFieldsContact::getLastName()
see
FormFieldsContact::getEmail()
see
FormFieldsContact::getPhone()
see
FormFieldsContact::getComment()
see
Element
see
ElementTrait
see
FiltrableFormFieldsTrait

Table of Contents

ADDRESS  = \FWK\Enums\Parameters::ADDRESS
ADDRESS_ADDITIONAL_INFORMATION  = \FWK\Enums\Parameters::ADDRESS_ADDITIONAL_INFORMATION
CITY  = \FWK\Enums\Parameters::CITY
COMMENT  = \FWK\Enums\Parameters::COMMENT
COMPANY  = \FWK\Enums\Parameters::COMPANY
EMAIL  = \FWK\Enums\Parameters::EMAIL
FAX  = \FWK\Enums\Parameters::FAX
FIRST_NAME  = \FWK\Enums\Parameters::FIRST_NAME
LAST_NAME  = \FWK\Enums\Parameters::LAST_NAME
MOBILE  = \FWK\Enums\Parameters::MOBILE
MOTIVE_ID  = \FWK\Enums\Parameters::MOTIVE_ID
NIF  = \FWK\Enums\Parameters::NIF
NUMBER  = \FWK\Enums\Parameters::NUMBER
PHONE  = \FWK\Enums\Parameters::PHONE
POSTAL_CODE  = \FWK\Enums\Parameters::POSTAL_CODE
STATE  = \FWK\Enums\Parameters::STATE
VAT  = \FWK\Enums\Parameters::VAT
getAddress() This method returns if the address FormField.  : FormField|null
getAddressAdditionalInformation() This method returns if the addressAdditionalInformation FormField.  : FormField|null
getCity() This method returns if the city FormField.  : FormField|null
getComment() This method returns if the comment FormField.  : FormField|null
getCompany() This method returns if the company FormField.  : FormField|null
getEmail() This method returns if the email FormField.  : FormField|null
getFax() This method returns if the fax FormField.  : FormField|null
getFirstName() This method returns if the firstName FormField.  : FormField|null
getLastName() This method returns if the lastName FormField.  : FormField|null
getMobile() This method returns if the mobile FormField.  : FormField|null
getMotiveId() This method returns if the motiveId FormField.  : FormField|null
getNif() This method returns if the nif FormField.  : FormField|null
getNumber() This method returns if the number FormField.  : FormField|null
getPhone() This method returns if the phone FormField.  : FormField|null
getPostalCode() This method returns if the postalCode FormField.  : FormField|null
getState() This method returns if the state FormField.  : FormField|null
getVat() This method returns if the vat FormField.  : FormField|null

Constants

ADDRESS_ADDITIONAL_INFORMATION

public mixed ADDRESS_ADDITIONAL_INFORMATION = \FWK\Enums\Parameters::ADDRESS_ADDITIONAL_INFORMATION

Methods

getAddressAdditionalInformation()

This method returns if the addressAdditionalInformation FormField.

public getAddressAdditionalInformation() : FormField|null
Return values
FormField|null

Search results