Class AbstractHelper
Xmf\Module\Helper\AbstractHelper defines the basis for various helpers that simplfy routine module tasks. uses.
Abstract
Namespace: Xmf\Module\Helper
Package: Xmf
Category: Xmf\Module\Helper\AbstractHelper
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/AbstractHelper.php
Namespace: Xmf\Module\Helper
Package: Xmf
Category: Xmf\Module\Helper\AbstractHelper
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/AbstractHelper.php
public
|
#
__construct( mixed $module = null )
Instantiate a XoopsModule object for the helper to use. This occurs in one of three ways - if null is passed, use the current module - if a string is passed, use as dirname for a module - if an object is passed, use it as the module object |
abstract public
|
|
public
|
|
public
|
protected
|
$module
|
|
protected
boolean
|
$debug
true if debug is enabled |