FormFieldsSetUser extends Element
in package
Uses ElementTrait, FiltrableFormFieldsTrait

This is the 'FormFieldsSetUser' 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
FormFieldsSetUser::getAddress()
see
FormFieldsSetUser::getAddressAdditionalInformation()
see
FormFieldsSetUser::getAlias()
see
FormFieldsSetUser::getBirthday()
see
FormFieldsSetUser::getCity()
see
FormFieldsSetUser::getCompany()
see
FormFieldsSetUser::getCountry()
see
FormFieldsSetUser::getCreateAccount()
see
FormFieldsSetUser::getCreateMode()
see
FormFieldsSetUser::getDefaultAddress()
see
FormFieldsSetUser::getEmail()
see
FormFieldsSetUser::getFax()
see
FormFieldsSetUser::getFirstName()
see
FormFieldsSetUser::getGender()
see
FormFieldsSetUser::getGodfatherCode()
see
FormFieldsSetUser::getImage()
see
FormFieldsSetUser::getLastName()
see
FormFieldsSetUser::getMobile()
see
FormFieldsSetUser::getNick()
see
FormFieldsSetUser::getNif()
see
FormFieldsSetUser::getNumber()
see
FormFieldsSetUser::getPId()
see
FormFieldsSetUser::getPassword()
see
FormFieldsSetUser::getPasswordRetype()
see
FormFieldsSetUser::getPhone()
see
FormFieldsSetUser::getPostalCode()
see
FormFieldsSetUser::getState()
see
FormFieldsSetUser::getSubscribed()
see
FormFieldsSetUser::getUseShippingAddress()
see
FormFieldsSetUser::getUserType()
see
FormFieldsSetUser::getVat()
see
Element
see
ElementTrait
see
FiltrableFormFieldsTrait

Table of Contents

ADDRESS  = \FWK\Enums\Parameters::ADDRESS
ADDRESS_ADDITIONAL_INFORMATION  = \FWK\Enums\Parameters::ADDRESS_ADDITIONAL_INFORMATION
ALIAS  = \FWK\Enums\Parameters::ALIAS
BIRTHDAY  = \FWK\Enums\Parameters::BIRTHDAY
CITY  = \FWK\Enums\Parameters::CITY
COMPANY  = \FWK\Enums\Parameters::COMPANY
COUNTRY  = \FWK\Enums\Parameters::COUNTRY
CREATE_ACCOUNT  = \FWK\Enums\Parameters::CREATE_ACCOUNT
CREATE_MODE  = \FWK\Enums\Parameters::CREATE_MODE
CUSTOM_TAGS  = \FWK\Enums\Parameters::CUSTOM_TAGS
DEFAULT_ADDRESS  = \FWK\Enums\Parameters::DEFAULT_ADDRESS
EMAIL  = \FWK\Enums\Parameters::EMAIL
FAX  = \FWK\Enums\Parameters::FAX
FIRST_NAME  = \FWK\Enums\Parameters::FIRST_NAME
GENDER  = \FWK\Enums\Parameters::GENDER
GODFATHER_CODE  = \FWK\Enums\Parameters::GODFATHER_CODE
IMAGE  = \FWK\Enums\Parameters::IMAGE
LAST_NAME  = \FWK\Enums\Parameters::LAST_NAME
LOCATION  = \FWK\Enums\Parameters::LOCATION
MOBILE  = \FWK\Enums\Parameters::MOBILE
NICK  = \FWK\Enums\Parameters::NICK
NIF  = \FWK\Enums\Parameters::NIF
NUMBER  = \FWK\Enums\Parameters::NUMBER
P_ID  = \FWK\Enums\Parameters::P_ID
PASSWORD  = \FWK\Enums\Parameters::PASSWORD
PASSWORD_RETYPE  = \FWK\Enums\Parameters::PASSWORD_RETYPE
PHONE  = \FWK\Enums\Parameters::PHONE
POSTAL_CODE  = \FWK\Enums\Parameters::POSTAL_CODE
STATE  = \FWK\Enums\Parameters::STATE
SUBSCRIBED  = \FWK\Enums\Parameters::SUBSCRIBED
USE_SHIPPING_ADDRESS  = \FWK\Enums\Parameters::USE_SHIPPING_ADDRESS
VAT  = \FWK\Enums\Parameters::VAT
__construct() {@inheritdoc}  : mixed
getAddress() This method returns if the address FormField.  : FormField|null
getAddressAdditionalInformation() This method returns if the addressAdditionalInformation FormField.  : FormField|null
getAlias() This method returns if the alias FormField.  : FormField|null
getBirthday() This method returns if the birthday FormField.  : FormField|null
getCity() This method returns if the city FormField.  : FormField|null
getCompany() This method returns if the company FormField.  : FormField|null
getCountry() This method returns if the country FormField.  : FormField|null
getCreateAccount() This method returns if the createAccount FormField.  : FormField|null
getCreateMode() This method returns if the createMode FormField.  : FormField|null
getCustomTags() This method returns if the customTags FormField.  : FormField|null
getDefaultAddress() This method returns if the defaultAddress 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
getGender() This method returns if the gender FormField.  : FormField|null
getGodfatherCode() This method returns if the godfatherCode FormField.  : FormField|null
getImage() This method returns if the image FormField.  : FormField|null
getLastName() This method returns if the lastName FormField.  : FormField|null
getLocation() This method returns if the location FormField.  : FormField|null
getMobile() This method returns if the mobile FormField.  : FormField|null
getNick() This method returns if the nick FormField.  : FormField|null
getNif() This method returns if the nif FormField.  : FormField|null
getNumber() This method returns if the number FormField.  : FormField|null
getPassword() This method returns if the password FormField.  : FormField|null
getPasswordRetype() This method returns if the passwordRetype FormField.  : FormField|null
getPhone() This method returns if the phone FormField.  : FormField|null
getPId() This method returns if the pId FormField.  : FormField|null
getPostalCode() This method returns if the postalCode FormField.  : FormField|null
getState() This method returns if the state FormField.  : FormField|null
getSubscribed() This method returns if the subscribed FormField.  : FormField|null
getUserType() This method returns if the userType FormField.  : FormField|null
getUseShippingAddress() This method returns if the useShippingAddress 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

CREATE_ACCOUNT

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

DEFAULT_ADDRESS

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

GODFATHER_CODE

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

PASSWORD_RETYPE

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

USE_SHIPPING_ADDRESS

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

Methods

__construct()

{@inheritdoc}

public __construct([array<string|int, mixed> $data = [] ][, mixed $requiredUserType = true ]) : mixed
Parameters
$data : array<string|int, mixed> = []
$requiredUserType : mixed = true
Tags
see
ElementTrait::__construct()
Return values
mixed

getAddressAdditionalInformation()

This method returns if the addressAdditionalInformation FormField.

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

Search results