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