Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
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: