Inheritance diagram for AbstractXoopsObject:
Public Member Functions | |
isNew () | |
assignVars ($values) | |
set ($key, $value) | |
getShow ($key) |
AbstractXoopsObject::isNew | ( | ) |
AbstractXoopsObject::assignVars | ( | $ | values | ) |
You should use this method to initilize object's properties. This method may not trigger setDirty().
$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.