ListItemBase

列表项基类

package

FineUIPHP\Base

Methods

构造函数

__construct(string $text = '', string $value = '', boolean $selected = false) 

Arguments

$text

string

$value

string

$selected

boolean

getSelected

getSelected() : string

Response

string

getText

getText() : string

Response

string

getValue

getValue() : string

Response

string

是否选中

selected( $value) : $this

Arguments

$value

Response

$this

显示的文本

text( $value) : $this

Arguments

$value

Response

$this

value( $value) : $this

Arguments

$value

Response

$this

Properties

文本

text : string
var

Type(s)

string

value : string
var

Type(s)

string

是否选中

selected : boolean
var

Type(s)

boolean