AbandonedCartLog
in package
Tags
Table of Contents
Properties
- $action : string
- $cart : AbandonedCart
- $createdAt : DateTime
- $details : string|null
- $id : int
- $user : User|null
Methods
- __construct() : mixed
- getAction() : string
- getCart() : AbandonedCart
- getCreatedAt() : DateTime
- getDetails() : string|null
- getId() : int|null
- getUser() : User|null
- setAction() : self
- setCart() : self
- setCreatedAt() : self
- setDetails() : self
- setUser() : self
Properties
$action
private
string
$action
Tags
$cart
private
AbandonedCart
$cart
Tags
$createdAt
private
DateTime
$createdAt
Tags
$details
private
string|null
$details
Tags
$id
private
int
$id
Tags
$user
private
User|null
$user
Tags
Methods
__construct()
public
__construct() : mixed
getAction()
public
getAction() : string
Return values
stringgetCart()
public
getCart() : AbandonedCart
Return values
AbandonedCartgetCreatedAt()
public
getCreatedAt() : DateTime
Return values
DateTimegetDetails()
public
getDetails() : string|null
Return values
string|nullgetId()
public
getId() : int|null
Return values
int|nullgetUser()
public
getUser() : User|null
Return values
User|nullsetAction()
public
setAction(string $action) : self
Parameters
- $action : string
Return values
selfsetCart()
public
setCart(AbandonedCart $cart) : self
Parameters
- $cart : AbandonedCart
Return values
selfsetCreatedAt()
public
setCreatedAt(DateTime $createdAt) : self
Parameters
- $createdAt : DateTime
Return values
selfsetDetails()
public
setDetails(string|null $details) : self
Parameters
- $details : string|null
Return values
selfsetUser()
public
setUser(User|null $user) : self
Parameters
- $user : User|null