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

Public Member Functions

 pre_process_nested_element (base_nested_element $nested)
 process_nested_element (base_nested_element $nested)
 post_process_nested_element (base_nested_element $nested)
 process_final_element (base_final_element $final)
 process_attribute (base_attribute $attribute)

Detailed Description

Abstract class representing the required implementation for classes able to process structure classes

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


Member Function Documentation

process_attribute ( base_attribute attribute) [abstract]

Reimplemented in backup_structure_processor.

process_final_element ( base_final_element final) [abstract]

Reimplemented in backup_structure_processor.

process_nested_element ( base_nested_element nested) [abstract]

Reimplemented in backup_structure_processor.


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