|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | check_format_and_type ($format, $type) |
| static | check_id ($type, $id) |
| static | check_user ($userid) |
| static | check_security ($backup_controller, $apply) |
Non instantiable helper class providing different backup checks
This class contains various static methods available in order to easily perform a bunch of backup architecture tests
TODO: Finish phpdocs
Definition at line 33 of file backup_check.class.php.
| static check_format_and_type | ( | $ | format, |
| $ | type | ||
| ) | [static] |
Definition at line 35 of file backup_check.class.php.


| static check_id | ( | $ | type, |
| $ | id | ||
| ) | [static] |
| static check_security | ( | $ | backup_controller, |
| $ | apply | ||
| ) | [static] |
Definition at line 86 of file backup_check.class.php.


| static check_user | ( | $ | userid | ) | [static] |