Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (PaymentConfig $paymentConfig, Repository $assetRepo, RequestInterface $request, UrlInterface $urlBuilder, LoggerInterface $logger) | |
getSsStartYears () | |
getCcAvailableTypes () | |
getCcMonths () | |
getCcYears () | |
hasVerification () | |
hasSsCardType () | |
getCvvImageUrl () | |
getViewFileUrl ($fileId, array $params=[]) | |
createAsset ($fileId, array $params=[]) | |
Protected Attributes | |
$config | |
$assetRepo | |
$request | |
$urlBuilder | |
$logger | |
__construct | ( | PaymentConfig | $paymentConfig, |
Repository | $assetRepo, | ||
RequestInterface | $request, | ||
UrlInterface | $urlBuilder, | ||
LoggerInterface | $logger | ||
) |
PaymentConfig | $paymentConfig | |
Repository | $assetRepo | |
RequestInterface | $request | |
UrlInterface | $urlBuilder | |
LoggerInterface | $logger |
Definition at line 55 of file CcConfig.php.
createAsset | ( | $fileId, | |
array | $params = [] |
||
) |
Create a file asset that's subject of fallback system
string | $fileId | |
array | $params |
Definition at line 173 of file CcConfig.php.
getCcAvailableTypes | ( | ) |
getCcMonths | ( | ) |
getCcYears | ( | ) |
getCvvImageUrl | ( | ) |
Retrieve CVV tooltip image url
Definition at line 143 of file CcConfig.php.
getSsStartYears | ( | ) |
Solo/switch card start years
Definition at line 75 of file CcConfig.php.
getViewFileUrl | ( | $fileId, | |
array | $params = [] |
||
) |
Retrieve url of a view file
string | $fileId | |
array | $params |
Definition at line 155 of file CcConfig.php.
hasSsCardType | ( | ) |
Whether switch/solo card type available
Definition at line 133 of file CcConfig.php.
hasVerification | ( | ) |
|
protected |
Definition at line 31 of file CcConfig.php.
|
protected |
Definition at line 26 of file CcConfig.php.
|
protected |
Definition at line 46 of file CcConfig.php.
|
protected |
Definition at line 36 of file CcConfig.php.
|
protected |
Definition at line 41 of file CcConfig.php.