|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| id ($format= 'N') | |
| tplset_created ($format= '') | |
| tplset_credits ($format= '') | |
| tplset_desc ($format= '') | |
| tplset_id ($format= '') | |
| tplset_name ($format= '') | |
| XoopsTplset () | |
Public Member Functions inherited from XoopsObject | |
| _loadFilters () | |
| assignVar ($key, $value) | |
| assignVars ($var_arr) | |
| cleanVars () | |
| destoryVars ($var) | |
| getErrors () | |
| getHtmlErrors () | |
| getValues ($keys=null, $format= 's', $maxDepth=1) | |
| getVar ($key, $format= 's') | |
| & | getVars () |
| initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options= '', $enumerations= '') | |
| isDirty () | |
| isNew () | |
| loadFilters ($method) | |
| registerFilter ($filtername) | |
| setDirty () | |
| setErrors ($err_str) | |
| setFormVars ($var_arr=null, $pref= 'xo_', $not_gpc=false) | |
| setNew () | |
| setVar ($key, $value, $not_gpc=false) | |
| setVars ($var_arr, $not_gpc=false) | |
| toArray () | |
| unsetDirty () | |
| unsetNew () | |
| & | xoopsClone () |
| XoopsObject () | |
Additional Inherited Members | |
Public Attributes inherited from XoopsObject | |
| $_errors = array() | |
| $_filters = array() | |
| $_isDirty = false | |
| $_isNew = false | |
| $cleanVars = array() | |
| $vars = array() | |
Definition at line 30 of file tplset.php.
| XoopsTplset::id | ( | $format = 'N' | ) |
Returns Class Base Variable tplset_id
Definition at line 48 of file tplset.php.
| XoopsTplset::tplset_created | ( | $format = '' | ) |
Returns Class Base Variable tplset_created
Definition at line 88 of file tplset.php.
| XoopsTplset::tplset_credits | ( | $format = '' | ) |
Returns Class Base Variable tplset_credits
Definition at line 80 of file tplset.php.
| XoopsTplset::tplset_desc | ( | $format = '' | ) |
Returns Class Base Variable tplset_desc
Definition at line 72 of file tplset.php.
| XoopsTplset::tplset_id | ( | $format = '' | ) |
Returns Class Base Variable tplset_id
Definition at line 56 of file tplset.php.
| XoopsTplset::tplset_name | ( | $format = '' | ) |
Returns Class Base Variable tplset_name
Definition at line 64 of file tplset.php.
| XoopsTplset::XoopsTplset | ( | ) |
constructor
Definition at line 35 of file tplset.php.
References XOBJ_DTYPE_INT, XOBJ_DTYPE_OTHER, XOBJ_DTYPE_TXTAREA, and XOBJ_DTYPE_TXTBOX.