output instanceof OutputInterface) { $this->output->writeln($message); } else { $this->notes[] = $message; } } public function setOutPut($output) { $this->output = $output; return $this; } }