Empties buffer and returns its content.
public function fetch() : string { $content = $this->buffer; $this->buffer = ''; return $content; }