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


Public Member Functions | |
| __construct ($targettype, $targetname, $offendingtype, $offendingname, $debuginfo=null) | |
Error changing db structure, caused by some dependency found like trying to modify one field having related indexes.
Definition at line 138 of file ddllib.php.
| __construct | ( | $ | errorcode, |
| $ | module, | ||
| $ | link, | ||
| $ | a, | ||
| $ | 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 from moodle_exception.
Definition at line 140 of file ddllib.php.