Logidav Docs

Notif
in package

Notif

Tags
ORM\Table

(name="mz_notif")

ORM\Entity

(repositoryClass="AppBundle\Repository\NotifRepository")

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
ORM\Column

(name="action", type="string", length=255, nullable=true)

$cartInfo

private string $cartInfo
Tags
ORM\Column

(name="cartInfo", type="string", length=255, nullable=true)

$createdAt

private DateTime $createdAt
Tags
ORM\Column

(name="created_at", type="datetime")

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$idSource

private int $idSource
Tags
ORM\Column

(name="id_source", type="integer", nullable=true)

$isRead

private bool $isRead
Tags
ORM\Column

(name="is_read", type="boolean")

$msg

private string $msg
Tags
ORM\Column

(name="msg", type="text")

$recallAt

private DateTime $recallAt
Tags
ORM\Column

(name="recall_at", type="datetime", nullable=true)

$showAt

private DateTime $showAt
Tags
ORM\Column

(name="show_at", type="datetime", nullable=true)

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

Methods

getAction()

Get action

public getAction() : string
Return values
string

getCartInfo()

Get cartInfo

public getCartInfo() : string
Return values
string

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getId()

Get id

public getId() : int
Return values
int

getIdSource()

Get idSource

public getIdSource() : int
Return values
int

getIsRead()

Get isRead

public getIsRead() : bool
Return values
bool

getMsg()

Get msg

public getMsg() : string
Return values
string

getRecallAt()

Get recallAt

public getRecallAt() : DateTime
Return values
DateTime

getShowAt()

Get showAt

public getShowAt() : DateTime
Return values
DateTime

setAction()

Set action

public setAction(string $action) : Notif
Parameters
$action : string
Return values
Notif

setCartInfo()

Set cartInfo

public setCartInfo(string $cartInfo) : Notif
Parameters
$cartInfo : string
Return values
Notif

setCreatedAt()

Set createdAt

public setCreatedAt(DateTime $createdAt) : Notif
Parameters
$createdAt : DateTime
Return values
Notif

setIdSource()

Set idSource

public setIdSource(int $idSource) : Notif
Parameters
$idSource : int
Return values
Notif

setIsRead()

Set isRead

public setIsRead(bool $isRead) : Notif
Parameters
$isRead : bool
Return values
Notif

setMsg()

Set msg

public setMsg(string $msg) : Notif
Parameters
$msg : string
Return values
Notif

setRecallAt()

Set recallAt

public setRecallAt(DateTime $recallAt) : Notif
Parameters
$recallAt : DateTime
Return values
Notif

setShowAt()

Set showAt

public setShowAt(DateTime $showAt) : Notif
Parameters
$showAt : DateTime
Return values
Notif

        
On this page

Search results