XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
XoopsModelAbstract Class Reference
Inheritance diagram for XoopsModelAbstract:
Inheritance graph

Public Member Functions

 __construct ($args=null, $handler=null)
 
 setHandler ($handler)
 
 setVars ($args)
 
 XoopsObjectAbstract ($args=null, $handler=null)
 

Public Attributes

 $handler
 

Detailed Description

Definition at line 105 of file xoopsmodel.php.

Constructor & Destructor Documentation

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().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

XoopsModelAbstract::setHandler (   $handler)

XoopsModelAbstract::setHandler()

Parameters
mixed$handler
Returns

Definition at line 147 of file xoopsmodel.php.

References $handler.

Referenced by __construct().

Here is the caller graph for this function:

XoopsModelAbstract::setVars (   $args)

XoopsModelAbstract::setVars()

Parameters
mixed$args
Returns

Definition at line 162 of file xoopsmodel.php.

Referenced by __construct().

Here is the caller graph for this function:

XoopsModelAbstract::XoopsObjectAbstract (   $args = null,
  $handler = null 
)

XoopsModelAbstract::XoopsObjectAbstract()

Parameters
mixed$args
mixed$handler
Returns

Definition at line 136 of file xoopsmodel.php.

References $handler, and __construct().

Here is the call graph for this function:

Member Data Documentation

XoopsModelAbstract::$handler

Definition at line 114 of file xoopsmodel.php.

Referenced by __construct(), setHandler(), and XoopsObjectAbstract().


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