|
| __construct ($repositoryid, $reference, $referencefileid=null, $fileid=null, $debuginfo=null) |
| Constructor. More...
|
|
|
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. More...
|
|
string | $module |
| The name of module.
|
|
◆ __construct()
file_reference_exception::__construct |
( |
|
$repositoryid, |
|
|
|
$reference, |
|
|
|
$referencefileid = null , |
|
|
|
$fileid = null , |
|
|
|
$debuginfo = null |
|
) |
| |
Constructor.
- Parameters
-
int | $repositoryid | the id of the repository that provides the referenced file |
string | $reference | the information for the repository to locate the file |
int | null | $referencefileid | the id of the record in {files_reference} if known |
int | null | $fileid | the id of the referrer's record in {files} if known |
string | null | $debuginfo | extra debug info |
Reimplemented from moodle_exception.
◆ $link
string moodle_exception::$link |
|
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.
The documentation for this class was generated from the following file: