Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (BuilderInterface $requestBuilder, TransferFactoryInterface $transferFactory, ClientInterface $client, LoggerInterface $logger, HandlerInterface $handler=null, ValidatorInterface $validator=null, ErrorMessageMapperInterface $errorMessageMapper=null) | |
execute (array $commandSubject) | |
Class GatewayCommand @api @SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 26 of file GatewayCommand.php.
__construct | ( | BuilderInterface | $requestBuilder, |
TransferFactoryInterface | $transferFactory, | ||
ClientInterface | $client, | ||
LoggerInterface | $logger, | ||
HandlerInterface | $handler = null , |
||
ValidatorInterface | $validator = null , |
||
ErrorMessageMapperInterface | $errorMessageMapper = null |
||
) |
BuilderInterface | $requestBuilder | |
TransferFactoryInterface | $transferFactory | |
ClientInterface | $client | |
LoggerInterface | $logger | |
HandlerInterface | $handler | |
ValidatorInterface | $validator | |
ErrorMessageMapperInterface | null | $errorMessageMapper |
Definition at line 72 of file GatewayCommand.php.
execute | ( | array | $commandSubject | ) |
Executes command basing on business object
array | $commandSubject |
CommandException | |
ClientException | |
ConverterException |
Implements CommandInterface.
Definition at line 99 of file GatewayCommand.php.