XOOPS
2.6.0
|
Public Member Functions | |
loadHandler (XoopsPersistableObjectHandler $oHandler, $name, $args=null) | |
Static Public Member Functions | |
static | getInstance () |
Static Private Attributes | |
static | $handlers = array() |
Definition at line 28 of file XoopsModelFactory.php.
|
static |
Get singleton instance
public
Definition at line 41 of file XoopsModelFactory.php.
Referenced by Xoops\Core\Kernel\XoopsPersistableObjectHandler\loadHandler(), and Xoops\Core\Kernel\XoopsPersistableObjectHandler\setHandler().
Xoops\Core\Kernel\XoopsModelFactory::loadHandler | ( | XoopsPersistableObjectHandler | $oHandler, |
$name, | |||
$args = null |
|||
) |
Load object handler
XoopsPersistableObjectHandler | $oHandler | reference to XoopsPersistableObjectHandler |
string | $name | name |
mixed | $args | args |
Definition at line 60 of file XoopsModelFactory.php.
References $name.
|
staticprivate |
static private
Definition at line 33 of file XoopsModelFactory.php.