Moodle  2.2.1
http://www.collinsharper.com
moodle1_info_handler Class Reference
Inheritance diagram for moodle1_info_handler:
Collaboration diagram for moodle1_info_handler:

Public Member Functions

 get_paths ()
 process_info ($data)
 process_info_details_mod ($data)
 process_info_details_mod_instance ($data)
 on_info_details_mod_end ($data)
 on_info_details_end ()

Protected Attributes

 $modnames = array()
 $currentmod

Detailed Description

Handles the conversion of /MOODLE_BACKUP/INFO paths

We do not produce any XML file here, just storing the data in the temp table so thay can be used by a later handler.

Definition at line 590 of file handlerlib.php.


Member Function Documentation

get_paths ( )

Definition at line 598 of file handlerlib.php.

Stashes the list of activity module types for later processing by moodle1_root_handler

Definition at line 650 of file handlerlib.php.

Stashes the backup info for later processing by moodle1_root_handler

Definition at line 632 of file handlerlib.php.

Here is the call graph for this function:

process_info ( data)

Stashes the backup info for later processing by moodle1_root_handler

Definition at line 610 of file handlerlib.php.

Initializes the in-memory cache for the current mod

Definition at line 617 of file handlerlib.php.

Appends the current instance data to the temporary in-memory cache

Definition at line 625 of file handlerlib.php.


Field Documentation

$currentmod [protected]

Definition at line 596 of file handlerlib.php.

$modnames = array() [protected]

Definition at line 593 of file handlerlib.php.


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