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());
    }