class Transport implements Swift_Transport (View source)

Properties

array $plugins The plug-ins registered with the transport.

Methods

isStarted()

{@inheritdoc}

start()

{@inheritdoc}

stop()

{@inheritdoc}

void
registerPlugin( Swift_Events_EventListener $plugin)

Register a plug-in with the transport.

Details

at line line 22
isStarted()

{@inheritdoc}

at line line 30
start()

{@inheritdoc}

at line line 38
stop()

{@inheritdoc}

at line line 49
void registerPlugin( Swift_Events_EventListener $plugin)

Register a plug-in with the transport.

Parameters

Swift_Events_EventListener $plugin

Return Value

void