ProductLabelMatchDictionary
in package
ProductLabelMatchDictionary
Tags
Table of Contents
Properties
- $fromLabel : string
- $id : int
- $source : string
- $toLabel : string
Methods
- getFromLabel() : string
- getId() : int
- Get id
- getSource() : string
- getToLabel() : string
- setFromLabel() : void
- setSource() : void
- setToLabel() : void
Properties
$fromLabel
private
string
$fromLabel
Tags
$id
private
int
$id
Tags
$source
private
string
$source
Tags
$toLabel
private
string
$toLabel
Tags
Methods
getFromLabel()
public
getFromLabel() : string
Return values
stringgetId()
Get id
public
getId() : int
Return values
intgetSource()
public
getSource() : string
Return values
stringgetToLabel()
public
getToLabel() : string
Return values
stringsetFromLabel()
public
setFromLabel(string $fromLabel) : void
Parameters
- $fromLabel : string
setSource()
public
setSource(string $source) : void
Parameters
- $source : string
setToLabel()
public
setToLabel(string $toLabel) : void
Parameters
- $toLabel : string