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

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

Allows you to add a new comment to the order.
public addComment ( string $orderIncrementId, string $status, string $comment = null, string $notify = null ) : Smalot\Magento\ActionInterface
$orderIncrementId string
$status string
$comment string
$notify string
Результат Smalot\Magento\ActionInterface
    public function addComment($orderIncrementId, $status, $comment = null, $notify = null)
    {
        return $this->__createAction('order.addComment', func_get_args());
    }