Bånder

TextField extends Field
in package
uses Sortable, NoIndex

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

Properties

$fieldName

protected string $fieldName

$noindex

protected bool $noindex = false

$sortable

protected bool $sortable = false

Methods

__construct()

public __construct(string $fieldName) : mixed
Parameters
$fieldName : string

__toString()

public __toString() : string
Return values
string

getNoindex()

public getNoindex() : bool
Return values
bool

getNostem()

public getNostem() : bool
Return values
bool

getSortable()

public getSortable() : bool
Return values
bool

getWeight()

public getWeight() : float
Return values
float

isNoindex()

public isNoindex() : bool
Return values
bool

isSortable()

public isSortable() : bool
Return values
bool

setNoindex()

public setNoindex(bool $noindex) : self
Parameters
$noindex : bool
Return values
self

setNostem()

public setNostem(bool $nostem) : self
Parameters
$nostem : bool
Return values
self

setSortable()

public setSortable(bool $sortable) : self
Parameters
$sortable : bool
Return values
self

setWeight()

public setWeight(float $weight) : self
Parameters
$weight : float
Return values
self

        
On this page

Search results