[line 80]
[line 72]
XoopsObject XoopsObject( )
normally, this is called from child classes only
void assignVar( string $key, mixed $value)
bool cleanVars( )
also add slashes whereever needed
array getErrors( )
string getHtmlErrors( )
mixed &getVar( string $key, [string $format = 's'])
Overridden in child classes as:
array &getVars( )
void initVar( string $key, int $data_type, [mixed $value = null], [bool $required = false], [int $maxlength = null], [mixed $options = ''], string $option)
void isDirty( )
used for modified objects only
void isNew( )
void registerFilter( string $filtername)
void setDirty( )
void setErrors( mixed $err_str, string $value)
void setNew( )
void setVar( string $key, mixed $value, [bool $not_gpc = false])
void unsetDirty( )
void unsetNew( )
object clone &xoopsClone( )