Split Output into Output(Generator) and Transport. Needed for later
switching between different mail transports.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Frs\Output\Transport;
|
||||
|
||||
interface TransportInterface
|
||||
{
|
||||
public function setContent($content);
|
||||
|
||||
public function transmit();
|
||||
}
|
||||
Reference in New Issue
Block a user