public function __construct()

in src/uriparameters/RequestParameterCodegenBuilder.hack [18:22]


  public function __construct(
    IHackCodegenConfig $config,
  ) {
    $this->cg = new HackCodegenFactory($config);
  }