Smalot\Magento\Order\Order::getInfo PHP Метод

getInfo() публичный Метод

Allows you to retrieve the required order information.
public getInfo ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
Результат Smalot\Magento\ActionInterface
    public function getInfo($orderIncrementId)
    {
        return $this->__createAction('order.info', func_get_args());
    }