Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CommandManagerInterface.php
Go to the documentation of this file.
1 <?php
7 
11 
18 {
31  public function executeByCode($commandCode, InfoInterface $payment = null, array $arguments = []);
32 
43  public function execute(CommandInterface $command, InfoInterface $payment = null, array $arguments = []);
44 }
executeByCode($commandCode, InfoInterface $payment=null, array $arguments=[])
execute(CommandInterface $command, InfoInterface $payment=null, array $arguments=[])
$payment
Definition: order.php:17
$arguments