function FloatValue::__construct
Same name in this branch
- 11.1.x vendor/phpdocumentor/type-resolver/src/PseudoTypes/FloatValue.php \phpDocumentor\Reflection\PseudoTypes\FloatValue::__construct()
Constructor.
Parameters
array $data {: Optional. Data for populating the Message object.
@type float $value The float value. }
Overrides Message::__construct
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ FloatValue.php, line 36
Class
- FloatValue
- Wrapper message for `float`. The JSON representation for `FloatValue` is JSON number.
Namespace
Google\ProtobufCode
public function __construct($data = NULL) {
\GPBMetadata\Google\Protobuf\Wrappers::initOnce();
parent::__construct($data);
}