Definition at line 12 of file Options.php.
◆ __construct()
__construct |
( |
AddressHelper |
$addressHelper, |
|
|
Escaper |
$escaper |
|
) |
| |
- Parameters
-
AddressHelper | $addressHelper | |
Escaper | $escaper | |
Definition at line 30 of file Options.php.
◆ _prepareNamePrefixSuffixOptions()
_prepareNamePrefixSuffixOptions |
( |
|
$options, |
|
|
|
$isOptional = false |
|
) |
| |
|
protected |
- Parameters
-
- Returns
- array|bool
- Deprecated:
- 101.0.4
- See also
- prepareNamePrefixSuffixOptions()
Definition at line 74 of file Options.php.
76 return $this->prepareNamePrefixSuffixOptions(
$options, $isOptional);
◆ getNamePrefixOptions()
getNamePrefixOptions |
( |
|
$store = null | ) |
|
Retrieve name prefix dropdown options
- Parameters
-
- Returns
- array|bool
Definition at line 44 of file Options.php.
46 return $this->prepareNamePrefixSuffixOptions(
47 $this->addressHelper->getConfig(
'prefix_options',
$store),
48 $this->addressHelper->getConfig(
'prefix_show',
$store) == NooptreqSource::VALUE_OPTIONAL
◆ getNameSuffixOptions()
getNameSuffixOptions |
( |
|
$store = null | ) |
|
Retrieve name suffix dropdown options
- Parameters
-
- Returns
- array|bool
Definition at line 58 of file Options.php.
60 return $this->prepareNamePrefixSuffixOptions(
61 $this->addressHelper->getConfig(
'suffix_options',
$store),
62 $this->addressHelper->getConfig(
'suffix_show',
$store) == NooptreqSource::VALUE_OPTIONAL
◆ $addressHelper
◆ $escaper
The documentation for this class was generated from the following file: