Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • ActiveRecordParcelTrackingCode
  • ApiV2Authenticator
  • CustomerConfigurationProvider
  • CustomerConfigurationSettings
  • CustomerDisplaySettings
  • CustomerErrorMessageSettings
  • CustomerMaxLengthSettings
  • CustomerMinLengthSettings
  • EmailConfigurationProvider
  • EmailMailerSettings
  • FontAwesomeIconClassProvider
  • GXModuleCenterModuleButtonActionsAjaxController
  • GXModuleConfigurationStorage
  • GXModuleController
  • GXParcelTrackingCode
  • GXParcelTrackingCodeWriter
  • GXSmarty
  • ManufacturerServiceFactory
  • OrderConfigurationProvider
  • OrderParcelTrackingCode
  • OrderStatusAjaxController
  • ParcelTrackingCodeComment
  • ParcelTrackingCodeDeleter
  • ParcelTrackingCodeDeleteService
  • ParcelTrackingCodeFactory
  • ParcelTrackingCodeFinder
  • ParcelTrackingCodeId
  • ParcelTrackingCodeLanguageId
  • ParcelTrackingCodeOrderId
  • ParcelTrackingCodeRepository
  • ParcelTrackingCodeServiceId
  • ParcelTrackingCodeServiceName
  • ParcelTrackingCodeUrl
  • ProductRepositoryDeleteHelper
  • ShopOfflineController
  • Smarty_Resource_Get_Usermod
  • ZonesController

Traits

  • ContentManagerContentNavigationTrait
  • HtmlUtilityTrait
  • StringUtilityTrait
  • XtcUtilityTrait

Exceptions

  • CountryZoneNotFoundException
  • ShipcloudWebhookException

Functions

  • smarty_function_check_magna_execute
  • smarty_function_check_mailbeez_menu
  • smarty_function_get_sub_categories
  • smarty_function_gm_footer
  • smarty_function_gm_get_conf
  • smarty_function_gm_gmotion
  • smarty_function_gm_gprint
  • smarty_function_gm_menuboxes
  • smarty_function_html_shop_offline
  • smarty_function_is_filemanager_available
  • smarty_function_load_env_array
  • smarty_function_load_language_text
  • smarty_function_object_product_list
  • smarty_function_page_url
  • smarty_function_pre_black_container
  • smarty_modifier_gm_get_conf
  • smarty_modifier_gm_get_env_info
  • smarty_modifier_has_children
  • smarty_modifier_xtc_href_link
  • smarty_outputfilter_note
  • smarty_php_tag

Class CustomerErrorMessageSettings

Class CustomerSettingErrorMessages

Located at Services/Core/Customer/ValueObjects/Settings/CustomerErrorMessageSettings.inc.php

Methods summary

public
# __construct( StringType $gender, StringType $firstName, StringType $lastName, StringType $dateOfBirth, StringType $company, StringType $vatNumber, StringType $email, StringType $emailAddressCheck, StringType $emailConfirmation, StringType $emailExists, StringType $street, StringType $houseNumber, StringType $postcode, StringType $city, StringType $country, StringType $countryZone, StringType $countryZoneSelection, StringType $telephoneNumber, StringType $password, StringType $passwordMismatch, StringType $privacy, StringType $invalidInput )

CustomerSettingErrorMessages constructor.

CustomerSettingErrorMessages constructor.

Parameters

$gender
Error message for customers gender validation error.
$firstName
Error message for customers first name validation error.
$lastName
Error message for customers last name validation error.
$dateOfBirth
Error message for customers date of birth validation error.
$company
Error message for customers company validation error.
$vatNumber
Error message for customers vat number validation error.
$email
Error message for customers email validation error.
$emailAddressCheck
Error message for customers email address check error.
$emailConfirmation
Error message for customers email confirmation error.
$emailExists
Error message if customers email already exist.
$street
Error message for customers street validation error.
$houseNumber
Error message for customers house number validation error.
$postcode
Error message for customers post code validation error.
$city
Error message for customers city validation error.
$country
Error message for customers country validation error.
$countryZone
Error message for customers country zone validation error.
$countryZoneSelection
Error message for customers country zone selection error.
$telephoneNumber
Error message for customers telephone number validation error.
$password
Error message for customers password validation error.
$passwordMismatch
Error message if customers password confirmation mismatch.
$privacy
Error message for customers privacy validation error.
$invalidInput
Error message for invalid input.
public string
# gender( )

Error message for customers gender validation error.

Error message for customers gender validation error.

Returns

string
public string
# firstName( )

Error message for customers first name validation error.

Error message for customers first name validation error.

Returns

string
public string
# lastName( )

Error message for customers last name validation error.

Error message for customers last name validation error.

Returns

string
public string
# dateOfBirth( )

Error message for customers date of birth validation error.

Error message for customers date of birth validation error.

Returns

string
public string
# company( )

Error message for customers company validation error.

Error message for customers company validation error.

Returns

string
public string
# vatNumber( )

Error message for customers vat number validation error.

Error message for customers vat number validation error.

Returns

string
public string
# email( )

Error message for customers email validation error.

Error message for customers email validation error.

Returns

string
public string
# emailAddressCheck( )

Error message for customers email address check error.

Error message for customers email address check error.

Returns

string
public string
# emailConfirmation( )

Error message for customers email confirmation error.

Error message for customers email confirmation error.

Returns

string
public string
# emailExists( )

Error message if customers email already exist.

Error message if customers email already exist.

Returns

string
public string
# street( )

Error message for customers street validation error.

Error message for customers street validation error.

Returns

string
public string
# houseNumber( )

Error message for customers house number validation error.

Error message for customers house number validation error.

Returns

string
public string
# postcode( )

Error message for customers post code validation error.

Error message for customers post code validation error.

Returns

string
public string
# city( )

Error message for customers city validation error.

Error message for customers city validation error.

Returns

string
public string
# country( )

Error message for customers country validation error.

Error message for customers country validation error.

Returns

string
public string
# countryZone( )

Error message for customers country zone validation error.

Error message for customers country zone validation error.

Returns

string
public string
# countryZoneSelection( )

Error message for customers country zone selection error.

Error message for customers country zone selection error.

Returns

string
public string
# telephoneNumber( )

Error message for customers telephone number validation error.

Error message for customers telephone number validation error.

Returns

string
public string
# password( )

Error message for customers password validation error.

Error message for customers password validation error.

Returns

string
public string
# passwordMismatch( )

Error message if customers password confirmation mismatch.

Error message if customers password confirmation mismatch.

Returns

string
public string
# privacy( )

Error message for customers privacy validation error.

Error message for customers privacy validation error.

Returns

string
public string
# invalidInput( )

Error message for invalid input.

Error message for invalid input.

Returns

string
API documentation generated by ApiGen