ProductMonitoringLinks
in package
Tags
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
$domain
private
string
$domain
Tags
$history
private
mixed
$history
Tags
$id
private
int
$id
Tags
$link
private
string
$link
Tags
$mode
private
string
$mode
Tags
$productMonitoring
private
ProductMonitoringLinks
$productMonitoring
Tags
Methods
__construct()
public
__construct() : mixed
addHistory()
public
addHistory(ProductMonitoringLinkHistory $history) : $this
Parameters
- $history : ProductMonitoringLinkHistory
Return values
$thisgetDomain()
public
getDomain() : string
Return values
stringgetHistory()
public
getHistory() : Collection
Return values
CollectiongetId()
public
getId() : int
Return values
intgetLink()
public
getLink() : string
Return values
stringgetMode()
public
getMode() : string
Return values
stringgetProductMonitoring()
public
getProductMonitoring() : ProductMonitoring
Return values
ProductMonitoringremoveLink()
public
removeLink(ProductMonitoringLinkHistory $history) : bool
Parameters
- $history : ProductMonitoringLinkHistory
Return values
boolsetDomain()
public
setDomain(string $domain) : void
Parameters
- $domain : string
setLink()
public
setLink(string $link) : void
Parameters
- $link : string
setMode()
public
setMode(string $mode) : void
Parameters
- $mode : string
setProductMonitoring()
public
setProductMonitoring(ProductMonitoring $productMonitoring) : void
Parameters
- $productMonitoring : ProductMonitoring