Table of Contents
Properties
-
$fieldName
: string
-
$noindex
: bool
-
$sortable
: bool
-
$nostem
: bool
-
$weight
: float
Methods
-
__construct()
: mixed
-
__toString()
: string
-
getNoindex()
: bool
-
getNostem()
: bool
-
getSortable()
: bool
-
getWeight()
: float
-
isNoindex()
: bool
-
isSortable()
: bool
-
setNoindex()
: self
-
setNostem()
: self
-
setSortable()
: self
-
setWeight()
: self
$fieldName
protected
string
$fieldName
$noindex
protected
bool
$noindex
= false
$sortable
protected
bool
$sortable
= false
$nostem
private
bool
$nostem
= false
$weight
private
float
$weight
= 1.0
__construct()
public
__construct(string $fieldName) : mixed
Parameters
-
$fieldName
: string
-
__toString()
public
__toString() : string
getNoindex()
public
getNoindex() : bool
getNostem()
public
getNostem() : bool
getSortable()
public
getSortable() : bool
getWeight()
public
getWeight() : float
isNoindex()
public
isNoindex() : bool
isSortable()
public
isSortable() : bool
setNoindex()
public
setNoindex(bool $noindex) : self
Parameters
-
$noindex
: bool
-
setNostem()
public
setNostem(bool $nostem) : self
Parameters
-
$nostem
: bool
-
setSortable()
public
setSortable(bool $sortable) : self
Parameters
-
$sortable
: bool
-
setWeight()
public
setWeight(float $weight) : self
Parameters
-
$weight
: float
-