Overview

Namespaces

  • None
  • Xmf
    • Database
    • Module
      • Helper
    • Template
  • Xoops
    • Auth
    • Core
      • Cache
      • Database
        • Logging
        • Schema
      • Exception
      • Handler
        • Scheme
      • Kernel
        • Dtype
        • Handlers
        • Model
      • Lists
      • Locale
        • Punic
      • Service
        • Contract
      • Session
      • Text
        • Sanitizer
          • Extensions
      • Theme
        • Plugins
    • Form
    • Html
    • Locale
    • Module
      • Helper
      • Plugin

Classes

  • Admin
  • Cache
  • Helper
  • Permission
  • Session
  • Overview
  • Namespace
  • Class
  • Tree

Class Helper

Helper gets an instance of module helper for the specified module. The helper is defined by the Xoops 2.6 Xoops\Module\Helper\HelperAbstract and in pre 2.6 systems we mimic that definition with using an instance of Xmf\Module\GenericHelper.

Namespace: Xmf\Module
Package: Xmf
Category: Xmf\Module\Helper
Copyright: 2011-2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at oops_lib/Xmf/Module/Helper.php
Methods summary
public static boolean|Xoops\Module\Helper\HelperAbstract
# getHelper( string $dirname = 'system' )

Get an instance to a module helper for a module directory

Get an instance to a module helper for a module directory

Parameters

$dirname
module direcory

Returns

boolean|Xoops\Module\Helper\HelperAbstract
API documentation generated by ApiGen