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