Logidav Docs

ProductMonitoringLinkHistory
in package

Tags
ORM\Table

(name="mz_product_monitoring_link_history")

ORM\Entity

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

ORM\HasLifecycleCallbacks

()

Table of Contents

Properties

$availability  : string
$createdAt  : mixed
$id  : int
$price  : string
$productMonitoringLink  : ProductMonitoringLinks
$shippingFees  : string
$sku  : string

Methods

getAvailability()  : string
getCreatedAt()  : mixed
getId()  : int
getPrice()  : string
getProductMonitoringLink()  : ProductMonitoringLinks
getShippingFees()  : string
getSku()  : string
setAvailability()  : void
setCreatedAt()  : void
setPrice()  : void
setProductMonitoringLink()  : void
setShippingFees()  : void
setSku()  : void

Properties

private ProductMonitoringLinks $productMonitoringLink
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Product\ProductMonitoringLinks", inversedBy="history")

ORM\JoinColumn

(name="product_monitoring_link_id")

Methods


        
On this page

Search results