Moodle  2.2.1
http://www.collinsharper.com
dml_multiple_records_exception Class Reference
Inheritance diagram for dml_multiple_records_exception:
Collaboration diagram for dml_multiple_records_exception:

Public Member Functions

 __construct ($sql='', array $params=null)

Data Fields

 $sql
 $params

Detailed Description

Caused by multiple records found in get_record() call.

Definition at line 122 of file dmllib.php.


Constructor & Destructor Documentation

__construct ( sql = '',
array params = null 
)

Constructor

Parameters:
string$tabletable name if known, '' if unknown
string$sql
array$params

Definition at line 134 of file dmllib.php.


Field Documentation

$params

Definition at line 126 of file dmllib.php.

$sql

Definition at line 124 of file dmllib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations