XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Events_TransportExceptionEvent Class Reference
Inheritance diagram for Swift_Events_TransportExceptionEvent:
Inheritance graph

Public Member Functions

 __construct (Swift_Transport $transport, Swift_TransportException $ex)
 
 getException ()
 
- Public Member Functions inherited from Swift_Events_EventObject
 __construct ($source)
 
 bubbleCancelled ()
 
 cancelBubble ($cancel=true)
 
 getSource ()
 

Private Attributes

 $_exception
 

Detailed Description

Definition at line 20 of file TransportExceptionEvent.php.

Constructor & Destructor Documentation

Swift_Events_TransportExceptionEvent::__construct ( Swift_Transport  $transport,
Swift_TransportException  $ex 
)

Create a new TransportExceptionEvent for $transport.

Parameters
Swift_Transport$transport
Swift_TransportException$ex

Definition at line 34 of file TransportExceptionEvent.php.

References __construct().

Here is the call graph for this function:

Member Function Documentation

Swift_Events_TransportExceptionEvent::getException ( )

Get the TransportException thrown.

Returns
Swift_TransportException

Definition at line 45 of file TransportExceptionEvent.php.

References $_exception.

Referenced by Swift_Plugins_LoggerPlugin\exceptionThrown().

Here is the caller graph for this function:

Member Data Documentation

Swift_Events_TransportExceptionEvent::$_exception
private

Definition at line 27 of file TransportExceptionEvent.php.

Referenced by getException().


The documentation for this class was generated from the following file: