phpDocumentor

Checkbox
in package
implements Option

Interfaces, Classes and Traits

Option

Table of Contents

$id  : Id
$titles  : OptionTitles
$type  : string
$value  : bool
create()  : self
Create instance.
id()  : Id
Return ID.
titles()  : OptionTitles
Return titles.
type()  : string
Return type.
value()  : bool
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() : bool
Tags
inheritDoc
Return values
bool

__construct()

Constructor.

private __construct(Id $id, bool $value, OptionTitles $titles) : mixed
Parameters
$id : Id
$value : bool
$titles : OptionTitles
Return values
mixed

Search results