public function setEmitFactsForwarderFile()

in src/Writer.hack [59:62]


  public function setEmitFactsForwarderFile(bool $should_forward): this {
    $this->emitFactsForwarderFile = $should_forward;
    return $this;
  }