|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct ($errorcode, $module='', $link='', $a=NULL, $debuginfo=null) | |
Data Fields | |
| $errorcode | |
| $module | |
| $a | |
| $link | |
| $debuginfo | |
Definition at line 94 of file setuplib.php.
| __construct | ( | $ | errorcode, |
| $ | module = '', |
||
| $ | link = '', |
||
| $ | a = NULL, |
||
| $ | debuginfo = null |
||
| ) |
Constructor
| string | $errorcode | The name of the string from error.php to print |
| string | $module | name of module |
| string | $link | The url where the user will be prompted to continue. If no url is provided the user will be directed to the site index page. |
| object | $a | Extra words and phrases that might be required in the error string |
| string | $debuginfo | optional debugging information |
Reimplemented in ddl_dependency_exception, portfolio_export_exception, and moodle_quiz_exception.
Definition at line 109 of file setuplib.php.

| $a |
Definition at line 97 of file setuplib.php.
| $debuginfo |
Definition at line 99 of file setuplib.php.
| $errorcode |
Definition at line 95 of file setuplib.php.
| $link |
Definition at line 98 of file setuplib.php.
| $module |
Definition at line 96 of file setuplib.php.