Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
|
Caused by multiple records found in get_record() call. More...
Public Member Functions | |
__construct ($sql='', ?array $params=null) | |
Constructor. | |
Public Attributes | |
array | $params |
The SQL's related parameters. | |
string | $sql |
The SQL that ran just before this read error. | |
Caused by multiple records found in get_record() call.
@subpackage dml
dml_multiple_records_exception::__construct | ( | $sql = '', | |
?array | $params = null ) |
Constructor.
string | $sql | The SQL that ran just before this read error. |
array | $params | The SQL's related parameters.(optional) |