|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| __construct ($args=null, $handler=null) | |
| setHandler ($handler) | |
| setVars ($args) | |
| XoopsObjectAbstract ($args=null, $handler=null) | |
Public Attributes | |
| $handler | |
Definition at line 105 of file xoopsmodel.php.
| XoopsModelAbstract::__construct | ( | $args = null, |
|
$handler = null |
|||
| ) |
constructor
normally, this is called from child classes only
protected
Definition at line 123 of file xoopsmodel.php.
References $handler, setHandler(), and setVars().
Referenced by XoopsObjectAbstract().


| XoopsModelAbstract::setHandler | ( | $handler | ) |
XoopsModelAbstract::setHandler()
| mixed | $handler |
Definition at line 147 of file xoopsmodel.php.
References $handler.
Referenced by __construct().

| XoopsModelAbstract::setVars | ( | $args | ) |
| mixed | $args |
Definition at line 162 of file xoopsmodel.php.
Referenced by __construct().

| XoopsModelAbstract::XoopsObjectAbstract | ( | $args = null, |
|
$handler = null |
|||
| ) |
XoopsModelAbstract::XoopsObjectAbstract()
| mixed | $args | |
| mixed | $handler |
Definition at line 136 of file xoopsmodel.php.
References $handler, and __construct().

| XoopsModelAbstract::$handler |
Definition at line 114 of file xoopsmodel.php.
Referenced by __construct(), setHandler(), and XoopsObjectAbstract().