phpDocumentor

Dropdown
in package
implements Option

Interfaces, Classes and Traits

Option

Table of Contents

$id  : Id
$items  : DropdownItems
$titles  : OptionTitles
$type  : string
$value  : string
create()  : self
Create instance.
id()  : Id
Return ID.
items()  : DropdownItems
Return dropdown items.
titles()  : OptionTitles
Return titles.
type()  : string
Return type.
value()  : string
Return value.
__construct()  : mixed
Constructor.

Properties

Methods

id()

Return ID.

public id() : Id
Tags
inheritDoc
Return values
Id

type()

Return type.

public type() : string
Tags
inheritDoc
Return values
string

value()

Return value.

public value() : string
Tags
inheritDoc
Return values
string

Search results