Method | Description | |
---|---|---|
changePaymentStateAction ( |
Change payment state | |
changeShippingStateAction ( |
Change shipping state | |
editAction ( Elcodi\Component\Cart\Entity\Interfaces\OrderInterface $order ) : array | Edit and Saves order | |
listAction ( integer $page, integer $limit, string $orderByField, string $orderByDirection ) : array | List elements of certain entity type. |
public changePaymentStateAction ( |
||
$request | Request | |
$order | Elcodi\Component\Cart\Entity\Interfaces\OrderInterface | Order |
$transition | string | Verb to apply |
return | Back to referrer |
public changeShippingStateAction ( |
||
$request | Request | |
$order | Elcodi\Component\Cart\Entity\Interfaces\OrderInterface | Order |
$transition | string | Verb to apply |
return | Back to referrer |
public editAction ( Elcodi\Component\Cart\Entity\Interfaces\OrderInterface $order ) : array | ||
$order | Elcodi\Component\Cart\Entity\Interfaces\OrderInterface | Order |
return | array | Data |