AbstractXoopsObject Class Reference

Inherited by XoopsObject, and XoopsSimpleObject.

Inheritance diagram for AbstractXoopsObject:

[legend]
List of all members.

Public Member Functions

 isNew ()
 assignVars ($values)
 set ($key, $value)
 getShow ($key)

Detailed Description

Interface for all objects in the Xoops kernel.


Member Function Documentation

AbstractXoopsObject::isNew (  ) 

Returns:
bool

Reimplemented in XoopsSimpleObject.

AbstractXoopsObject::assignVars ( values  ) 

You should use this method to initilize object's properties. This method may not trigger setDirty().

Parameters:
$values array

Reimplemented in XoopsSimpleObject.

AbstractXoopsObject::set ( key,
value 
)

You should use this method to change object's properties. This method may trigger setDirty().

Reimplemented in XoopsSimpleObject.

AbstractXoopsObject::getShow ( key  ) 

Return html string for template. You can call get() method to get pure value.

Reimplemented in XoopsSimpleObject.


The documentation for this class was generated from the following file:
Generated on Thu Nov 2 00:27:10 2006 for XOOPS Cube Legacy by  doxygen 1.5.1