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
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 | |
= \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
public
mixed
ADDRESS
= \FWK\Enums\Parameters::ADDRESS
ADDRESS_ADDITIONAL_INFORMATION
public
mixed
ADDRESS_ADDITIONAL_INFORMATION
= \FWK\Enums\Parameters::ADDRESS_ADDITIONAL_INFORMATION
CITY
public
mixed
CITY
= \FWK\Enums\Parameters::CITY
COMMENT
public
mixed
COMMENT
= \FWK\Enums\Parameters::COMMENT
COMPANY
public
mixed
COMPANY
= \FWK\Enums\Parameters::COMPANY
public
mixed
EMAIL
= \FWK\Enums\Parameters::EMAIL
FAX
public
mixed
FAX
= \FWK\Enums\Parameters::FAX
FIRST_NAME
public
mixed
FIRST_NAME
= \FWK\Enums\Parameters::FIRST_NAME
LAST_NAME
public
mixed
LAST_NAME
= \FWK\Enums\Parameters::LAST_NAME
MOBILE
public
mixed
MOBILE
= \FWK\Enums\Parameters::MOBILE
MOTIVE_ID
public
mixed
MOTIVE_ID
= \FWK\Enums\Parameters::MOTIVE_ID
NIF
public
mixed
NIF
= \FWK\Enums\Parameters::NIF
NUMBER
public
mixed
NUMBER
= \FWK\Enums\Parameters::NUMBER
PHONE
public
mixed
PHONE
= \FWK\Enums\Parameters::PHONE
POSTAL_CODE
public
mixed
POSTAL_CODE
= \FWK\Enums\Parameters::POSTAL_CODE
STATE
public
mixed
STATE
= \FWK\Enums\Parameters::STATE
VAT
public
mixed
VAT
= \FWK\Enums\Parameters::VAT
Methods
getAddress()
This method returns if the address FormField.
public
getAddress() : FormField|null
Return values
FormField|null —getAddressAdditionalInformation()
This method returns if the addressAdditionalInformation FormField.
public
getAddressAdditionalInformation() : FormField|null
Return values
FormField|null —getCity()
This method returns if the city FormField.
public
getCity() : FormField|null
Return values
FormField|null —getComment()
This method returns if the comment FormField.
public
getComment() : FormField|null
Return values
FormField|null —getCompany()
This method returns if the company FormField.
public
getCompany() : FormField|null
Return values
FormField|null —getEmail()
This method returns if the email FormField.
public
getEmail() : FormField|null
Return values
FormField|null —getFax()
This method returns if the fax FormField.
public
getFax() : 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 —getMobile()
This method returns if the mobile FormField.
public
getMobile() : FormField|null
Return values
FormField|null —getMotiveId()
This method returns if the motiveId FormField.
public
getMotiveId() : FormField|null
Return values
FormField|null —getNif()
This method returns if the nif FormField.
public
getNif() : FormField|null
Return values
FormField|null —getNumber()
This method returns if the number FormField.
public
getNumber() : FormField|null
Return values
FormField|null —getPhone()
This method returns if the phone FormField.
public
getPhone() : FormField|null
Return values
FormField|null —getPostalCode()
This method returns if the postalCode FormField.
public
getPostalCode() : FormField|null
Return values
FormField|null —getState()
This method returns if the state FormField.
public
getState() : FormField|null
Return values
FormField|null —getVat()
This method returns if the vat FormField.
public
getVat() : FormField|null