Logidav Docs

ProductQtyLog
in package

ProductQtyLog

Tags
ORM\Table

(name="mz_product_qty_log", indexes={ @ORM\Index(name="mz_product_qty_log_created_at_idx", columns={"created_at"}) })

ORM\Entity

(repositoryClass="AppBundle\Repository\ProductQtyLogRepository")

Table of Contents

Properties

$action  : string
$createdAt  : DateTime
$id  : int
$msg  : string
$newQty  : string
$oldQty  : string
$product  : mixed
$qty  : int
$sale  : mixed
$user  : mixed

Methods

getAction()  : string
Get action
getActionLabel()  : mixed
getCreatedAt()  : DateTime
Get createdAt
getId()  : int
Get id
getMsg()  : string
Get msg
getNewQty()  : string
Get newQty
getOldQty()  : string
Get oldQty
getProduct()  : Product
Get product
getQty()  : int
Get qty
getSale()  : Sale
Get sale
getUser()  : User
Get user
setAction()  : ProductQtyLog
Set action
setCreatedAt()  : ProductQtyLog
Set createdAt
setMsg()  : ProductQtyLog
Set msg
setNewQty()  : ProductQtyLog
Set newQty
setOldQty()  : ProductQtyLog
Set oldQty
setProduct()  : ProductQtyLog
Set product
setQty()  : ProductQtyLog
Set qty
setSale()  : ProductQtyLog
Set sale
setUser()  : ProductQtyLog
Set user

Properties

$action

private string $action
Tags
ORM\Column

(name="action", 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")

$msg

private string $msg
Tags
ORM\Column

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

$newQty

private string $newQty
Tags
ORM\Column

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

$oldQty

private string $oldQty
Tags
ORM\Column

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

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="Product")

ORM\JoinColumn

(nullable=false)

$qty

private int $qty
Tags
ORM\Column

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

$sale

private mixed $sale
Tags
ORM\ManyToOne

(targetEntity="Sale")

ORM\JoinColumn

(nullable=true)

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

Methods

getAction()

Get action

public getAction() : string
Return values
string

getActionLabel()

public static getActionLabel([mixed $method = null ]) : mixed
Parameters
$method : mixed = null

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getMsg()

Get msg

public getMsg() : string
Return values
string

getNewQty()

Get newQty

public getNewQty() : string
Return values
string

getOldQty()

Get oldQty

public getOldQty() : string
Return values
string

        
On this page

Search results