|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| init () | |
Protected Member Functions | |
| check_table (xmldb_table $xmldb_table, array $metacolumns) | |
| display_results (array $violatedkeys) | |
Definition at line 38 of file check_foreign_keys.class.php.
| check_table | ( | xmldb_table $ | xmldb_table, |
| array $ | metacolumns | ||
| ) | [protected] |
Do the checks necessary on one particular table.
| xmldb_table | $xmldb_table | the table definition from the install.xml file. |
| array | $metacolumns | the column information read from the database. |
Reimplemented from XMLDBCheckAction.
Definition at line 61 of file check_foreign_keys.class.php.

| display_results | ( | array $ | problems_found | ) | [protected] |
Display a list of the problems found.
| array | $problems_found | an aggregation of all the problems found by all the check_table calls. |
Reimplemented from XMLDBCheckAction.
Definition at line 134 of file check_foreign_keys.class.php.

| init | ( | ) |
Init method, every subclass will have its own
Reimplemented from XMLDBCheckAction.
Definition at line 43 of file check_foreign_keys.class.php.
