GambioHubSendOrderThemeContentView
extends GambioHubSendOrderThemeContentView_parent
in package
Class GambioHubSendOrderThemeContentView
Table of Contents
- $cashOnDeliveryModuleCode : string
- $hubModuleCode : string
- $hubModuleTitle : string
- $moneyOrderModuleCode : string
- get_mail_content_array() : array<string|int, mixed>
- set_content_data() : mixed
- _assignPaymentInfoText() : mixed
- Assign "Pay to" information for money order module
- _assignTransferChargeText() : mixed
- Assign transfer charge info text for cash on delivery module
- _getHubModuleCode() : string
- _getHubModuleTitle() : string
- _initHubData() : mixed
- Init module code and module title values
Properties
$cashOnDeliveryModuleCode
protected
string
$cashOnDeliveryModuleCode
= 'CashOnDeliveryHub'
$hubModuleCode
protected
string
$hubModuleCode
= ''
$hubModuleTitle
protected
string
$hubModuleTitle
= ''
$moneyOrderModuleCode
protected
string
$moneyOrderModuleCode
= 'MoneyOrderHub'
Methods
get_mail_content_array()
public
get_mail_content_array() : array<string|int, mixed>
Return values
array<string|int, mixed> —set_content_data()
public
set_content_data(string $contenName, mixed $contentValue, int $deprecationLevel) : mixed
Parameters
- $contenName : string
- $contentValue : mixed
- $deprecationLevel : int
Return values
mixed —_assignPaymentInfoText()
Assign "Pay to" information for money order module
protected
_assignPaymentInfoText() : mixed
Return values
mixed —_assignTransferChargeText()
Assign transfer charge info text for cash on delivery module
protected
_assignTransferChargeText() : mixed
Return values
mixed —_getHubModuleCode()
protected
_getHubModuleCode() : string
Return values
string —_getHubModuleTitle()
protected
_getHubModuleTitle() : string
Return values
string —_initHubData()
Init module code and module title values
protected
_initHubData() : mixed