|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($name, $path, $grouped=false) | |
| set_processing_object ($pobject) | |
| Public API starts here. | |
| set_data ($data) | |
| get_name () | |
| get_path () | |
| is_grouped () | |
| get_processing_object () | |
| get_processing_method () | |
| get_data () | |
Protected Member Functions | |
| validate_name ($name) | |
| validate_pobject ($pobject) | |
Class representing one path to be restored from XML file
Definition at line 30 of file restore_path_element.class.php.
| __construct | ( | $ | name, |
| $ | path, | ||
| $ | grouped = false |
||
| ) |
Constructor - instantiates one restore_path_element, specifying its basic info.
| string | $name | name of the element |
| string | $path | path of the element |
| bool | $grouped | to gather information in grouped mode or no |
Definition at line 54 of file restore_path_element.class.php.

| get_data | ( | ) |
Definition at line 118 of file restore_path_element.class.php.
| get_name | ( | ) |
Definition at line 98 of file restore_path_element.class.php.
| get_path | ( | ) |
Definition at line 102 of file restore_path_element.class.php.
Definition at line 114 of file restore_path_element.class.php.

Definition at line 110 of file restore_path_element.class.php.
| is_grouped | ( | ) |
Definition at line 106 of file restore_path_element.class.php.
| set_data | ( | $ | data | ) |
Definition at line 95 of file restore_path_element.class.php.
| set_processing_object | ( | $ | pobject | ) |
Public API starts here.
Definition at line 90 of file restore_path_element.class.php.

| validate_name | ( | $ | name | ) | [protected] |
Definition at line 65 of file restore_path_element.class.php.

| validate_pobject | ( | $ | pobject | ) | [protected] |
Definition at line 78 of file restore_path_element.class.php.

