Log
in package
ExtraShippingAmountLog
Tags
Table of Contents
Properties
- $createdAt : DateTime
- $entityId : string
- $id : int
- $logType : string
- $message : string
- $user : mixed
Methods
- getCreatedAt() : DateTime
- getEntityId() : string
- getId() : int
- getLogType() : string
- getMessage() : string
- getUser() : mixed
- setCreatedAt() : void
- setEntityId() : void
- setId() : void
- setLogType() : void
- setMessage() : void
- setUser() : void
Properties
$createdAt
private
DateTime
$createdAt
Tags
$entityId
private
string
$entityId
Tags
$id
private
int
$id
Tags
$logType
private
string
$logType
Tags
$message
private
string
$message
Tags
$user
private
mixed
$user
Tags
Methods
getCreatedAt()
public
getCreatedAt() : DateTime
Return values
DateTimegetEntityId()
public
getEntityId() : string
Return values
stringgetId()
public
getId() : int
Return values
intgetLogType()
public
getLogType() : string
Return values
stringgetMessage()
public
getMessage() : string
Return values
stringgetUser()
public
getUser() : mixed
setCreatedAt()
public
setCreatedAt(DateTime $createdAt) : void
Parameters
- $createdAt : DateTime
setEntityId()
public
setEntityId(string $entityId) : void
Parameters
- $entityId : string
setId()
public
setId(int $id) : void
Parameters
- $id : int
setLogType()
public
setLogType(string $logType) : void
Parameters
- $logType : string
setMessage()
public
setMessage(string $message) : void
Parameters
- $message : string
setUser()
public
setUser(mixed $user) : void
Parameters
- $user : mixed