Logidav Docs

ProductMonitoringLinks
in package

Tags
ORM\Table

(name="mz_product_monitoring_links")

ORM\Entity

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

Table of Contents

Properties

$domain  : string
$history  : mixed
$id  : int
$link  : string
$mode  : string
$productMonitoring  : ProductMonitoringLinks

Methods

__construct()  : mixed
addHistory()  : $this
getDomain()  : string
getHistory()  : Collection
getId()  : int
getLink()  : string
getMode()  : string
getProductMonitoring()  : ProductMonitoring
removeLink()  : bool
setDomain()  : void
setLink()  : void
setMode()  : void
setProductMonitoring()  : void

Properties

$history

private mixed $history
Tags
ORM\OneToMany

(targetEntity="AppBundle\Entity\Product\ProductMonitoringLinkHistory", mappedBy="productMonitoringLink")

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$productMonitoring

private ProductMonitoringLinks $productMonitoring
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Product\ProductMonitoring", inversedBy="links")

ORM\JoinColumn

(name="product_monitoring_id")

Methods


        
On this page

Search results