Class WFExceptionReporting

Description

The WFExceptionReporting class provides some static helper methods for dealing with exceptions.

Located in /framework/WFExceptionReporting.php (line 14)

WFObject
   |
   --WFExceptionReporting
Method Summary
void log ( $e)
void mail ( $e, [ $email = NULL])
Methods
log (line 19)

Log the passed exception to the framework's log folder.

void log ( $e)
  • Exception $e
mail (line 38)

Mail the passed exception to the framework's log folder.

  • todo: Not yet implemented! Where to get email address from? probably WFWebApplicationDelegate, overridable by param Also need to write WFSmartyMail class?
void mail ( $e, [ $email = NULL])
  • Exception $e
  • $email

Inherited Methods

Inherited From WFObject

WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()

Documentation generated on Thu, 07 Aug 2008 10:36:44 -0400 by phpDocumentor 1.4.1