XOOPS  2.6.0
Xoops\Module\Helper\Dummy Class Reference
Inheritance diagram for Xoops\Module\Helper\Dummy:
Inheritance graph

Public Member Functions

 addLog ($log)
 
 init ()
 
 setDebug ($debug)
 
 setDirname ($dirname)
 
- Public Member Functions inherited from Xoops\Module\Helper\HelperAbstract
 disableCache ()
 
 getConfig ($name)
 
 getConfigs ()
 
 getForm ($obj, $name)
 
 getHandler ($name)
 
 getModule ()
 
 init ()
 
 isCurrentModule ()
 
 isUserAdmin ()
 
 loadLanguage ($language)
 
 loadLocale ()
 
 path ($path= '')
 
 redirect ($url, $time=3, $message= '', $addredirect=true, $allowExternalLink=false)
 
 url ($url= '')
 
 xoops ()
 

Static Public Member Functions

static getInstance ()
 
- Static Public Member Functions inherited from Xoops\Module\Helper\HelperAbstract
static getInstance ()
 

Additional Inherited Members

- Protected Member Functions inherited from Xoops\Module\Helper\HelperAbstract
 _addLog ($log)
 
 setDebug ($debug)
 
 setDirname ($dirname)
 
- Protected Attributes inherited from Xoops\Module\Helper\HelperAbstract
 $_debug = false
 
 $_dirname = ''
 
 $_module = null
 

Detailed Description

Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om
Version
$Id$

Definition at line 20 of file Dummy.php.

Member Function Documentation

Xoops\Module\Helper\Dummy::addLog (   $log)

Add a message to the module log

Made public to match Xmf module helper. Since this class is used when a module doesn't have its own helper (yet) this is useful.

Parameters
string$log

Definition at line 68 of file Dummy.php.

References Xoops\Module\Helper\HelperAbstract\_addLog().

Here is the call graph for this function:

static Xoops\Module\Helper\Dummy::getInstance ( )
static
Returns
void|Xoops

Definition at line 34 of file Dummy.php.

Xoops\Module\Helper\Dummy::init ( )

Init the module

Returns
null|void

Definition at line 27 of file Dummy.php.

Xoops\Module\Helper\Dummy::setDebug (   $debug)

Set debug option on or off

Made public to match Xmf module helper. Since this class is used when a module doesn't have its own helper (yet) this is useful.

Parameters
bool$debug

Definition at line 55 of file Dummy.php.

Xoops\Module\Helper\Dummy::setDirname (   $dirname)
Parameters
string$dirnamedirname of the module

Definition at line 42 of file Dummy.php.

References $dirname.


The documentation for this class was generated from the following file: