CustomerAdditionalAddressInfo
in package
implements
CustomerAdditionalAddressInfoInterface
Uses
StringUtilityTrait
Value Object
Class CustomerAdditionalAddressInfo
Represents additional address information
Tags
Interfaces, Classes and Traits
- CustomerAdditionalAddressInfoInterface
- Value Object
Table of Contents
- $additionalInfo : string
- Customer's additional address information.
- __construct() : mixed
- Constructor of the class CustomerAdditionalAddressInfo.
- __toString() : string
- Returns the equivalent string value.
- strlenWrapper() : mixed
Properties
$additionalInfo
Customer's additional address information.
protected
string
$additionalInfo
Methods
__construct()
Constructor of the class CustomerAdditionalAddressInfo.
public
__construct(string $additionalInfo) : mixed
Validates the length and the data type of additional address info.
Parameters
- $additionalInfo : string
-
Customer's additional address info.
Tags
Return values
mixed —__toString()
Returns the equivalent string value.
public
__toString() : string
Return values
string —Equivalent string value.
strlenWrapper()
protected
strlenWrapper(mixed $string[, mixed $encoding = 'utf-8' ]) : mixed
Parameters
- $string : mixed
- $encoding : mixed = 'utf-8'