XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsModelFactory Class Reference

Public Member Functions

 __construct ()
 
 getInstance ()
 
 loadHandler ($ohander, $name, $args=null)
 
 XoopsModelFactory ()
 

Public Attributes

 $handlers = array()
 

Detailed Description

Definition at line 29 of file xoopsmodel.php.

Constructor & Destructor Documentation

XoopsModelFactory::__construct ( )

XoopsModelFactory::__construct()

Definition at line 39 of file xoopsmodel.php.

Member Function Documentation

XoopsModelFactory::getInstance ( )

Get singleton instance

public

Definition at line 55 of file xoopsmodel.php.

XoopsModelFactory::loadHandler (   $ohander,
  $name,
  $args = null 
)

Load object handler

public

Parameters
object$ohandlerreference to XoopsPersistableObjectHandler
string$namehandler name
mixed$argsargs
Returns
object of handler

Definition at line 74 of file xoopsmodel.php.

References $file, $handler, and xoops_load().

Referenced by XoopsPersistableObjectHandler\loadHandler(), and XoopsPersistableObjectHandler\setHandler().

Here is the call graph for this function:

Here is the caller graph for this function:

XoopsModelFactory::XoopsModelFactory ( )

Member Data Documentation

XoopsModelFactory::$handlers = array()

static private

Definition at line 34 of file xoopsmodel.php.


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