\phpDocumentor\Descriptor\ValueObjectsIsApplicable

Summary

Methods
Properties
Constants
true()
false()
fromBoolean()
isTrue()
isFalse()
inverse()
equals()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
$value
N/A

Properties

$value

$value : bool

Type

bool

Methods

true()

true() : self

Returns

self —

false()

false() : self

Returns

self —

fromBoolean()

fromBoolean(bool  $boolean) : self

Parameters

bool $boolean

Returns

self —

isTrue()

isTrue() : bool

Returns

bool —

isFalse()

isFalse() : bool

Returns

bool —

inverse()

inverse() : self

Returns

self —

equals()

equals(\phpDocumentor\Descriptor\ValueObjects\Equals  $other) : bool

Parameters

\phpDocumentor\Descriptor\ValueObjects\Equals $other

Returns

bool —

__construct()

__construct(bool  $value) : mixed

Parameters

bool $value

Returns

mixed —