textWriter = $writer; } /** * @param TextWriter $writer * @return Dialog */ public function setTextWriter(TextWriter $writer) { $this->textWriter = $writer; return $this; } /** * @return TextWriter */ public function getTextWriter() { return $this->textWriter; } }