PHP Class Clockwork\Support\Swift\SwiftPluginClockworkTimeline

Inheritance: implements Swift_Events_SendListene\Swift_Events_SendListener
Show file Open project: itsgoingd/clockwork

Public Methods

Method Description
__construct ( Timeline $timeline )
beforeSendPerformed ( Swift_Events_SendEvent $evt ) Invoked immediately before the Message is sent.
sendPerformed ( Swift_Events_SendEvent $evt ) Invoked immediately after the Message is sent.

Protected Methods

Method Description
addressToString ( $address )

Method Details

__construct() public method

public __construct ( Timeline $timeline )
$timeline Clockwork\Request\Timeline

addressToString() protected method

protected addressToString ( $address )

beforeSendPerformed() public method

Invoked immediately before the Message is sent.
public beforeSendPerformed ( Swift_Events_SendEvent $evt )
$evt Swift_Events_SendEvent

sendPerformed() public method

Invoked immediately after the Message is sent.
public sendPerformed ( Swift_Events_SendEvent $evt )
$evt Swift_Events_SendEvent