PointOrder
in package
Tags
Table of Contents
- $id : mixed
- $orderId : mixed
- $pointsLogistic : mixed
- __construct() : mixed
- addPointsLogistic() : self
- getId() : int|null
- getOrderId() : Order|null
- getPointsLogistic() : Collection|array<string|int, PointLogistic>
- removePointsLogistic() : self
- setOrderId() : self
Properties
$id
private
mixed
$id
Tags
$orderId
private
mixed
$orderId
Tags
$pointsLogistic
private
mixed
$pointsLogistic
Tags
Methods
__construct()
public
__construct() : mixed
Return values
mixed —addPointsLogistic()
public
addPointsLogistic(PointLogistic $pointsLogistic) : self
Parameters
- $pointsLogistic : PointLogistic
Return values
self —getId()
public
getId() : int|null
Return values
int|null —getOrderId()
public
getOrderId() : Order|null
Return values
Order|null —getPointsLogistic()
public
getPointsLogistic() : Collection|array<string|int, PointLogistic>
Return values
Collection|array<string|int, PointLogistic> —removePointsLogistic()
public
removePointsLogistic(PointLogistic $pointsLogistic) : self
Parameters
- $pointsLogistic : PointLogistic
Return values
self —setOrderId()
public
setOrderId(Order $orderId) : self
Parameters
- $orderId : Order