Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UninterpretedOption.php

function UninterpretedOption::setDoubleValue

Generated from protobuf field <code>optional double double_value = 6;</code>

Parameters

float $var:

Return value

$this

File

vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php, line 227

Class

UninterpretedOption
A message representing a option the parser does not recognize. This only appears in options protos created by the compiler::Parser class. DescriptorPool resolves these when building Descriptor objects. Therefore, options protos in descriptor objects…

Namespace

Google\Protobuf\Internal

Code

public function setDoubleValue($var) {
    GPBUtil::checkDouble($var);
    $this->double_value = $var;
    return $this;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal