Documentation

ViewItem
in package

FinalYes

Table of Contents

Properties

$cssClass  : string|null
$title  : string|null
$type  : ViewItemType|null
$value  : mixed

Methods

__construct()  : mixed
getCssClass()  : string|null
getTitle()  : string|null
getType()  : ViewItemType|null
getValue()  : mixed
setCssClass()  : static
setTitle()  : static
setType()  : static
setValue()  : static

Properties

$cssClass

private string|null $cssClass = null

$title

private string|null $title = null

Methods

__construct()

public __construct([string|null $title = null ][, mixed $value = null ][, ViewItemType|null $type = null ][, string|null $cssClass = null ]) : mixed
Parameters
$title : string|null = null
$value : mixed = null
$type : ViewItemType|null = null
$cssClass : string|null = null

getCssClass()

public getCssClass() : string|null
Return values
string|null

getTitle()

public getTitle() : string|null
Return values
string|null

setCssClass()

public setCssClass(string|null $cssClass) : static
Parameters
$cssClass : string|null
Return values
static

setTitle()

public setTitle(string $title) : static
Parameters
$title : string
Return values
static

setValue()

public setValue(mixed $value) : static
Parameters
$value : mixed
Return values
static
On this page

Search results