Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
CommandInterface Interface Reference
Inheritance diagram for CommandInterface:
CaptureStrategyCommand GetPaymentNonceCommand GatewayCommand NullCommand AuthorizationCommand SaleCommand DoNothingCommand

Public Member Functions

 execute (array $commandSubject)
 

Detailed Description

Definition at line 16 of file CommandInterface.php.

Member Function Documentation

◆ execute()

execute ( array  $commandSubject)

Executes command basing on business object

Parameters
array$commandSubject
Returns
null|Command\ResultInterface
Exceptions
CommandException

Implemented in GatewayCommand, GetPaymentNonceCommand, NullCommand, and DoNothingCommand.


The documentation for this interface was generated from the following file: