Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
execute (array $commandSubject) | |
Null command. Does nothing.
Use this class as an implementation of CommandInterface to ignore some action or in case if command invoked by Magento has no sense for payment method.
@api
Definition at line 20 of file NullCommand.php.
execute | ( | array | $commandSubject | ) |
Process command without any side effect.
array | $commandSubject |
Implements CommandInterface.
Definition at line 30 of file NullCommand.php.