Package framework\module
Hm_Handler_ | Base class for data input processing modules, called "handler modules" |
Hm_Handler_Module | Base class for data input processing modules, called "handler modules" |
Hm_Output_ | Placeholder classes for disabling a module in a set. These allow a module set to replace another module set's assignments with "false" to disable them |
Hm_Output_Module | Base class for output modules All modules that output data to a request must extend this class and define an output() method. It provides form validation, html sanitizing, and string translation services to modules |
Hm_Handler_Validate | Methods used to validate handler module operations, like the HTTP request type and target/origin values |
Hm_Module_Output | Module data management. These functions provide an interface for modules (both handler and output) to fetch data set by other modules and to return their own output. Handler modules must use these methods to set a response, output modules must if the format is AJAX, otherwise they should return an HTML5 string |