PHP Class Snowfire\Beautymail\CssInlinerPlugin

Inheritance: implements Swift_Events_SendListener
Show file Open project: snowfire/beautymail

Protected Properties

Property Type Description
$inliner Pelago\Emogrifier

Public Methods

Method Description
__construct ( ) Initialize the CSS inliner.
beforeSendPerformed ( Swift_Events_SendEvent $evt ) Inline the CSS before an email is sent.
sendPerformed ( Swift_Events_SendEvent $evt ) Do nothing.

Method Details

__construct() public method

Initialize the CSS inliner.
public __construct ( )

beforeSendPerformed() public method

Inline the CSS before an email is sent.
public beforeSendPerformed ( Swift_Events_SendEvent $evt )
$evt Swift_Events_SendEvent

sendPerformed() public method

Do nothing.
public sendPerformed ( Swift_Events_SendEvent $evt )
$evt Swift_Events_SendEvent

Property Details

$inliner protected property

protected Emogrifier,Pelago $inliner
return Pelago\Emogrifier