final public function getOptionalEnum()

in src/request-parameters/RequestParameterGetters.php [47:57]


  final public function getOptionalEnum<TValue>(
    /* HH_FIXME[2053] */
    classname<\HH\BuiltinEnum<TValue>> $class,
    string $name,
  ): ?TValue {
    return $this->getEnumImpl(
      $this->getOptionalSpec(EnumRequestParameter::class, $name),
      $class,
      $name,
    );
  }