extends |
Hm_Handler_Module |
|---|
This is an example of a handler module. This one is assigned to the hello_world page identifier and will run after user data is loaded (this is done in the setup.php file). It sends a string to the output modules for this page called "hello_world_data"
| Methods | ||
|---|---|---|
public
|
process()
Handler modules need to override this method to do work
|
# |
| Methods inherited from Hm_Handler_Module |
|---|
__construct(), process_key(), process_form(), module_is_supported(), should_skip_execution(), save_hm_msgs(), |
| Methods used from Hm_Module_Output |
|---|
check_overwrite(), out(), append(), html_safe(), concat(), module_output(), output_protected(), get(), exists(), in() |
| Methods used from Hm_Handler_Validate |
|---|
validate_method(), validate_origin() |
| Properties inherited from Hm_Handler_Module |
|---|
$session, $request, $config, $page, $user_config, $cache |
| Properties used from Hm_Module_Output |
|---|
$output, $protected, $appendable |