Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Exception to throw during an export - will clean up session and tempdata. More...
Public Member Functions | |
__construct ($exporter, $errorcode, $module=null, $continue=null, $a=null) | |
Constructor. | |
Public Attributes | |
mixed | $a |
Extra words and phrases that might be required in the error string. | |
string | $debuginfo |
Optional information to aid the debugging process. | |
string | $errorcode |
The name of the string from error.php to print. | |
string | $link |
The url where the user will be prompted to continue. | |
string | $module |
The name of module. | |
Exception to throw during an export - will clean up session and tempdata.
portfolio_export_exception::__construct | ( | $exporter, | |
$errorcode, | |||
$module = null, | |||
$continue = null, | |||
$a = null ) |
Constructor.
portfolio_exporter | $exporter | instance of portfolio_exporter (will handle null case) |
string | $errorcode | language string key |
string | $module | language string module (optional, defaults to moodle) |
string | $continue | url to continue to (optional, defaults to wwwroot) |
object | $a | language string data (optional, defaults to null) |
Reimplemented from moodle_exception.
|
inherited |
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.