Moodle  2.2.1
http://www.collinsharper.com
backup_check Class Reference

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)

Detailed Description

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.


Member Function Documentation

static check_format_and_type ( format,
type 
) [static]

Definition at line 35 of file backup_check.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static check_id ( type,
id 
) [static]

Definition at line 50 of file backup_check.class.php.

Here is the caller graph for this function:

static check_security ( backup_controller,
apply 
) [static]

Definition at line 86 of file backup_check.class.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static check_user ( userid) [static]

Definition at line 77 of file backup_check.class.php.

Here is the caller graph for this function:


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