Documentation

ComboboxType
in package

Class representing ComboboxType.

XSD Type: comboboxType

Table of Contents

Properties

$name  : string|null
Pouze export.
$value  : string|null
Hodnota z rozbalovacího seznamu.

Methods

getName()  : string
Gets as name.
getValue()  : string
Gets as value.
setName()  : self
Sets a new name.
setValue()  : self
Sets a new value.

Properties

$value

Hodnota z rozbalovacího seznamu.

private string|null $value = null

Methods

getName()

Gets as name.

public getName() : string

Pouze export.

Return values
string

getValue()

Gets as value.

public getValue() : string

Hodnota z rozbalovacího seznamu.

Return values
string

setName()

Sets a new name.

public setName(string $name) : self

Pouze export.

Parameters
$name : string
Return values
self

setValue()

Sets a new value.

public setValue(string $value) : self

Hodnota z rozbalovacího seznamu.

Parameters
$value : string
Return values
self

        
On this page

Search results