Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Problem with records in the {files_reference} table. More...
Public Member Functions | |
__construct ($repositoryid, $reference, $referencefileid=null, $fileid=null, $debuginfo=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. | |
Problem with records in the {files_reference} table.
file_reference_exception::__construct | ( | $repositoryid, | |
$reference, | |||
$referencefileid = null, | |||
$fileid = null, | |||
$debuginfo = null ) |
Constructor.
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.
|
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.