phpDocumentor

BooleanRowField implements RowField

Class representing a boolean table row field.

Interfaces, Classes and Traits

RowField
Interface representing a table row field.

Table of Contents

$name  : string
Name.
$value  : bool
Value.
create()  : BooleanRowField
Create instance.
name()  : string
Return name.
value()  : bool
Return value.
__construct()  : mixed
Constructor.

Properties

Methods

name()

Return name.

public name() : string
Tags
inheritDoc
Return values
string

Name.

value()

Return value.

public value() : bool
Tags
inheritDoc
Return values
bool

__construct()

Constructor.

private __construct(string $name, bool $value) : mixed
Parameters
$name : string

Name.

$value : bool

Value.

Return values
mixed

Search results