Logidav Docs

ProductMonitoring
in package

Tags
ORM\Table

(name="mz_product_monitoring")

ORM\Entity

(repositoryClass="AppBundle\Repository\Product\ProductMonitoringRepository")

Table of Contents

Properties

$id  : int
$links  : mixed
$product  : mixed
$status  : bool

Methods

__construct()  : mixed
addLink()  : $this
getId()  : int
getLinks()  : Collection
getProduct()  : mixed
isStatus()  : bool
removeLink()  : bool
setProduct()  : void
setStatus()  : void

Properties

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

private mixed $links
Tags
ORM\OneToMany

(targetEntity="AppBundle\Entity\Product\ProductMonitoringLinks", mappedBy="productMonitoring")

$product

private mixed $product
Tags
ORM\OneToOne

(targetEntity="AppBundle\Entity\Product")

ORM\JoinColumn

(name="product_id", referencedColumnName="id", onDelete="SET NULL")

$status

private bool $status
Tags
ORM\Column

(name="status", type="boolean", nullable=true)

Methods

setProduct()

public setProduct(mixed $product) : void
Parameters
$product : mixed

setStatus()

public setStatus(bool $status) : void
Parameters
$status : bool

        
On this page

Search results