> For the complete documentation index, see [llms.txt](https://xoops.gitbook.io/xmf-cookbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoops.gitbook.io/xmf-cookbook/reference/module/helper-1/generichelper.md).

# GenericHelper

The `Xmf\Module\Helper\GenericHelper` implements a Xoops\Module\Helper\HelperAbstract compatible object as introduced in XOOPS 2.6. It consolidates many commonly needed module related functions.

This class should not be used directly, but should be instantiated with: `Xmf\Module\Helper::getHelper(*$dirname*);`

The available methods are described under [Xmf\Module\Helper](/xmf-cookbook/reference/module/helper.md).
