Bånder

FieldDefinition
in package

Table of Contents

Properties

$maxLength  : int|null
$name  : string
$noindex  : bool
$sortable  : bool
$type  : string
$weight  : float

Methods

__construct()  : mixed
getSchema()  : array<string|int, mixed>
set()  : mixed
setMaxLength()  : self
setNoindex()  : self
setSortable()  : self
setWeight()  : self

Properties

Methods

__construct()

public __construct(string $name, string $type) : mixed
Parameters
$name : string
$type : string

getSchema()

public getSchema() : array<string|int, mixed>
Return values
array<string|int, mixed>

setMaxLength()

public setMaxLength(int $length) : self
Parameters
$length : int
Return values
self

setNoindex()

public setNoindex(bool $noindex) : self
Parameters
$noindex : 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