Moodle  2.2.1
http://www.collinsharper.com
portfolio_export_exception Class Reference
Inheritance diagram for portfolio_export_exception:
Collaboration diagram for portfolio_export_exception:

Public Member Functions

 __construct ($exporter, $errorcode, $module=null, $continue=null, $a=null)

Detailed Description

exception to throw during an export - will clean up session and tempdata

Definition at line 40 of file exceptions.php.


Constructor & Destructor Documentation

__construct ( exporter,
errorcode,
module = null,
continue = null,
a = null 
)

constructor.

Parameters:
object$exporterinstance of portfolio_exporter (will handle null case)
string$errorcodelanguage string key
string$modulelanguage string module (optional, defaults to moodle)
string$continueurl to continue to (optional, defaults to wwwroot)
mixed$alanguage string data (optional, defaults to null)

Reimplemented from moodle_exception.

Definition at line 50 of file exceptions.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations