Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
restore_html_block_decode_content Class Reference

Specialised restore_decode_content provider that unserializes the configdata field, to serve the configdata->text content to the restore_decode_processor packaging it back to its serialized form after process. More...

Inheritance diagram for restore_html_block_decode_content:
restore_decode_content processable

Public Member Functions

 process ($processor)
 This function will call to the corresponding processor method in other to make them perform the desired tasks.
 
 set_restoreid ($restoreid)
 

Protected Member Functions

 get_iterator ()
 
 postprocess_field ($field)
 
 preprocess_field ($field)
 
 update_iterator_row ($row)
 

Protected Attributes

 $configdata
 
 $fields
 
 $iterator
 
 $mapping
 
 $restoreid
 
 $tablename
 

Detailed Description

Specialised restore_decode_content provider that unserializes the configdata field, to serve the configdata->text content to the restore_decode_processor packaging it back to its serialized form after process.

Member Function Documentation

◆ get_iterator()

restore_html_block_decode_content::get_iterator ( )
protected

Reimplemented from restore_decode_content.

◆ postprocess_field()

restore_html_block_decode_content::postprocess_field ( $field)
protected

Reimplemented from restore_decode_content.

◆ preprocess_field()

restore_html_block_decode_content::preprocess_field ( $field)
protected

Reimplemented from restore_decode_content.

◆ process()

restore_decode_content::process ( $processor)
inherited

This function will call to the corresponding processor method in other to make them perform the desired tasks.

Implements processable.


The documentation for this class was generated from the following file: