Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
file_reference_exception Class Reference

Problem with records in the {files_reference} table. More...

Inheritance diagram for file_reference_exception:
file_exception

Public Member Functions

 __construct ($repositoryid, $reference, $referencefileid=null, $fileid=null, $debuginfo=null)
 Constructor.
 

Detailed Description

Problem with records in the {files_reference} table.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

file_reference_exception::__construct ( $repositoryid,
$reference,
$referencefileid = null,
$fileid = null,
$debuginfo = null )

Constructor.

Parameters
?int$repositoryidthe id of the repository that provides the referenced file
string$referencethe information for the repository to locate the file
int | null$referencefileidthe id of the record in {files_reference} if known
int | null$fileidthe id of the referrer's record in {files} if known
string | null$debuginfoextra debug info

The documentation for this class was generated from the following file: