class BoolValue extends Message

Wrapper message for bool.

The JSON representation for BoolValue is JSON true and false.

Protobuf type Google\Protobuf\BoolValue

Methods

__construct()

No description

bool
getValue()

The bool value.

setValue(bool $var)

The bool value.

Details

at line 26
__construct()

at line 37
bool getValue()

The bool value.

Generated from protobuf field bool value = 1;

Return Value

bool

at line 48
setValue(bool $var)

The bool value.

Generated from protobuf field bool value = 1;

Parameters

bool $var