Notif
in package
Notif
Tags
Table of Contents
Properties
- $action : string
- $cartInfo : string
- $createdAt : DateTime
- $id : int
- $idSource : int
- $isRead : bool
- $msg : string
- $recallAt : DateTime
- $showAt : DateTime
- $user : mixed
Methods
- getAction() : string
- Get action
- getCartInfo() : string
- Get cartInfo
- getCreatedAt() : DateTime
- Get createdAt
- getId() : int
- Get id
- getIdSource() : int
- Get idSource
- getIsRead() : bool
- Get isRead
- getMsg() : string
- Get msg
- getRecallAt() : DateTime
- Get recallAt
- getShowAt() : DateTime
- Get showAt
- getUser() : User
- Get user
- setAction() : Notif
- Set action
- setCartInfo() : Notif
- Set cartInfo
- setCreatedAt() : Notif
- Set createdAt
- setIdSource() : Notif
- Set idSource
- setIsRead() : Notif
- Set isRead
- setMsg() : Notif
- Set msg
- setRecallAt() : Notif
- Set recallAt
- setShowAt() : Notif
- Set showAt
- setUser() : Notif
- Set user
Properties
$action
private
string
$action
Tags
$cartInfo
private
string
$cartInfo
Tags
$createdAt
private
DateTime
$createdAt
Tags
$id
private
int
$id
Tags
$idSource
private
int
$idSource
Tags
$isRead
private
bool
$isRead
Tags
$msg
private
string
$msg
Tags
$recallAt
private
DateTime
$recallAt
Tags
$showAt
private
DateTime
$showAt
Tags
$user
private
mixed
$user
Tags
Methods
getAction()
Get action
public
getAction() : string
Return values
stringgetCartInfo()
Get cartInfo
public
getCartInfo() : string
Return values
stringgetCreatedAt()
Get createdAt
public
getCreatedAt() : DateTime
Return values
DateTimegetId()
Get id
public
getId() : int
Return values
intgetIdSource()
Get idSource
public
getIdSource() : int
Return values
intgetIsRead()
Get isRead
public
getIsRead() : bool
Return values
boolgetMsg()
Get msg
public
getMsg() : string
Return values
stringgetRecallAt()
Get recallAt
public
getRecallAt() : DateTime
Return values
DateTimegetShowAt()
Get showAt
public
getShowAt() : DateTime
Return values
DateTimegetUser()
Get user
public
getUser() : User
Return values
UsersetAction()
Set action
public
setAction(string $action) : Notif
Parameters
- $action : string
Return values
NotifsetCartInfo()
Set cartInfo
public
setCartInfo(string $cartInfo) : Notif
Parameters
- $cartInfo : string
Return values
NotifsetCreatedAt()
Set createdAt
public
setCreatedAt(DateTime $createdAt) : Notif
Parameters
- $createdAt : DateTime
Return values
NotifsetIdSource()
Set idSource
public
setIdSource(int $idSource) : Notif
Parameters
- $idSource : int
Return values
NotifsetIsRead()
Set isRead
public
setIsRead(bool $isRead) : Notif
Parameters
- $isRead : bool
Return values
NotifsetMsg()
Set msg
public
setMsg(string $msg) : Notif
Parameters
- $msg : string
Return values
NotifsetRecallAt()
Set recallAt
public
setRecallAt(DateTime $recallAt) : Notif
Parameters
- $recallAt : DateTime
Return values
NotifsetShowAt()
Set showAt
public
setShowAt(DateTime $showAt) : Notif
Parameters
- $showAt : DateTime
Return values
NotifsetUser()
Set user
public
setUser([User $user = null ]) : Notif
Parameters
- $user : User = null