ProductMonitoring
in package
Tags
Table of Contents
Properties
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
$links
private
mixed
$links
Tags
$product
private
mixed
$product
Tags
$status
private
bool
$status
Tags
Methods
__construct()
public
__construct() : mixed
addLink()
public
addLink(ProductMonitoringLinks $link) : $this
Parameters
- $link : ProductMonitoringLinks
Return values
$thisgetId()
public
getId() : int
Return values
intgetLinks()
public
getLinks() : Collection
Return values
CollectiongetProduct()
public
getProduct() : mixed
isStatus()
public
isStatus() : bool
Return values
boolremoveLink()
public
removeLink(ProductMonitoringLinks $link) : bool
Parameters
- $link : ProductMonitoringLinks
Return values
boolsetProduct()
public
setProduct(mixed $product) : void
Parameters
- $product : mixed
setStatus()
public
setStatus(bool $status) : void
Parameters
- $status : bool