phpDocumentor

Boolean
in package
implements Field

Interfaces, Classes and Traits

Field

Table of Contents

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

Properties

Methods

create()

Create instance.

public static create(string $name, bool $value) : self
Parameters
$name : string
$value : bool
Return values
self

name()

Return name.

public name() : string
Tags
inheritDoc
Return values
string

value()

Return value.

public value() : bool
Tags
inheritDoc
Return values
bool

__construct()

Constructor.

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

Search results