PHP Interface PHPUnit_Extensions_Database_UI_IMedium, qcodo

Author: Mike Lively ([email protected])
Inheritance: extends PHPUnit_Extensions_Database_UI_IMediumPrinter
Show file Open project: qcodo/qcodo Interface Usage Examples

Public Methods

Method Description
buildContext ( PHPUnit_Extensions_Database_UI_Context $context ) Builds the context for the application.
handleException ( Exception $e ) Handles the displaying of exceptions received from the application.

Method Details

buildContext() public method

Builds the context for the application.
public buildContext ( PHPUnit_Extensions_Database_UI_Context $context )
$context PHPUnit_Extensions_Database_UI_Context

handleException() public method

Handles the displaying of exceptions received from the application.
public handleException ( Exception $e )
$e Exception