phpDocumentor

CheckboxOption implements WidgetOption

Class representing a checkbox option.

Interfaces, Classes and Traits

WidgetOption
Interface representing widget options.

Table of Contents

TYPE  = "checkbox"
Type name.
$id  : OptionId
ID.
$titles  : OptionTitles
Multilingual titles.
$type  : string
Type.
$value  : bool
Value.
create()  : CheckboxOption
Create instance.
id()  : OptionId
Return ID.
titles()  : OptionTitles
Return multilingual titles.
type()  : string
Return type.
value()  : bool
Return value.
__construct()  : mixed
Constructor.

Constants

Properties

Methods

type()

Return type.

public type() : string
Tags
inheritDoc
Return values
string

Type.

value()

Return value.

public value() : bool
Tags
inheritDoc
Return values
bool

Search results