Logidav Docs

NewProductHistory
in package

NewProductLog

Tags
ORM\Table

(name="mz_new_product_history")

ORM\Entity

(repositoryClass="AppBundle\Repository\NewProductLogRepository")

ORM\HasLifecycleCallbacks

()

Serializer\ExclusionPolicy

("all")

Table of Contents

Properties

$createdAt  : DateTime
$id  : int
$jsonData  : string
$user  : mixed
$variation  : string

Methods

getCreatedAt()  : DateTime
Get createdAt
getId()  : int
Get id
getJsonData()  : string
Get message
getUser()  : User
Get user
getVariation()  : string
setCreatedAt()  : $this
setJsonData()  : $this
setUser()  : NewProductLog
Set user
setVariation()  : $this

Properties

$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")

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$jsonData

private string $jsonData
Tags
ORM\Column

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

Serializer\Groups

({"detail", "list"})

Serializer\Expose

(true)

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

ORM\JoinColumn

(nullable=false)

$variation

private string $variation
Tags
ORM\Column

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

Methods

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getJsonData()

Get message

public getJsonData() : string
Return values
string

setCreatedAt()

public setCreatedAt(mixed $createdAt) : $this
Parameters
$createdAt : mixed
Return values
$this

setJsonData()

public setJsonData(mixed $jsonData) : $this
Parameters
$jsonData : mixed
Return values
$this

setVariation()

public setVariation(mixed $variation) : $this
Parameters
$variation : mixed
Return values
$this

        
On this page

Search results