Split Output into Output(Generator) and Transport. Needed for later

switching between different mail transports.
This commit is contained in:
2016-08-04 15:35:50 +02:00
parent d7d6ee890e
commit 320c58be50
6 changed files with 51 additions and 8 deletions
-4
View File
@@ -6,8 +6,4 @@ use \Frs\Output\GenericOutput;
class HtmlOutput extends GenericOutput
{
public function sendOutputToStdout()
{
echo $this->getRenderedOutput();
}
}