Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($code, $title, $storeId, $isActive) | |
getCode () | |
getTitle () | |
getStoreId () | |
getIsActive () | |
Payment method class.
Definition at line 11 of file PaymentMethod.php.
__construct | ( | $code, | |
$title, | |||
$storeId, | |||
$isActive | |||
) |
string | $code | |
string | $title | |
int | $storeId | |
bool | $isActive |
Definition at line 39 of file PaymentMethod.php.
getCode | ( | ) |
{Get code.
Implements PaymentMethodInterface.
Definition at line 50 of file PaymentMethod.php.
getIsActive | ( | ) |
{Get is active.
Implements PaymentMethodInterface.
Definition at line 74 of file PaymentMethod.php.
getStoreId | ( | ) |
{Get store id.
Implements PaymentMethodInterface.
Definition at line 66 of file PaymentMethod.php.
getTitle | ( | ) |
{Get title.
Implements PaymentMethodInterface.
Definition at line 58 of file PaymentMethod.php.