Namespace Xmf\Module\Helper

Classes
AbstractHelper Xmf\Module\Helper\AbstractHelper defines the basis for various helpers that simplify routine module tasks.
Cache Manage cache interaction in a module. Cache key will be prefixed with the module name to segregate it from keys set by…
GenericHelper GenericHelper implements a Xoops 2.6 Xoops\Module\Helper\HelperAbstract. We use it pre 2.6 systems, so we can…
Permission Methods to help manage permissions within a module
Session Manage session variables for a module. Session variable will be prefixed with the module name to separate it from…