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

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)

Detailed Description

Class representing one path to be restored from XML file

Definition at line 30 of file restore_path_element.class.php.


Constructor & Destructor Documentation

__construct ( name,
path,
grouped = false 
)

Constructor - instantiates one restore_path_element, specifying its basic info.

Parameters:
string$namename of the element
string$pathpath of the element
bool$groupedto gather information in grouped mode or no

Definition at line 54 of file restore_path_element.class.php.

Here is the call graph for this function:


Member Function Documentation

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.

Here is the caller graph for this function:

Definition at line 110 of file restore_path_element.class.php.

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.

Here is the call graph for this function:

validate_name ( name) [protected]

Definition at line 65 of file restore_path_element.class.php.

Here is the caller graph for this function:

validate_pobject ( pobject) [protected]

Definition at line 78 of file restore_path_element.class.php.

Here is the call graph for this function:

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