Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
processPositions example
$this
->structConverter =
Shopware
(
)
->
Container
(
)
->
get
(
LegacyStructConverter::
class
)
;
$this
->
getPositions
(
)
;
$this
->
getUser
(
)
;
$this
->
getBilling
(
)
;
$this
->
getShipping
(
)
;
$this
->
getDispatch
(
)
;
$this
->
getPayment
(
)
;
$this
->
getPaymentInstances
(
)
;
$this
->
processPositions
(
)
;
$this
->
processOrder
(
)
;
}
/** * Convert this object into an array * * @return array<string, mixed> */
public
function
__toArray
(
)
{
$array
=
get_object_vars
(
$this
)
;