|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct () | |
| XoopsTplfile () | |
| & | getSource () |
| getLastModified () | |
Public Member Functions inherited from XoopsObject | |
| setNew () | |
| unsetNew () | |
| isNew () | |
| setDirty () | |
| unsetDirty () | |
| isDirty () | |
| initVar ($key, $data_type, $value=null, $required=false, $maxlength=null, $options='') | |
| assignVar ($key, $value) | |
| assignVars ($var_arr) | |
| setVar ($key, $value, $not_gpc=false) | |
| setVars ($var_arr, $not_gpc=false) | |
| setFormVars ($var_arr=null, $pref='xo_', $not_gpc=false) | |
| & | getVars () |
| & | getVar ($key, $format='s') |
| getShow ($key) | |
| set ($key, $value) | |
| get ($key) | |
| getProperty ($key) | |
| getProperties () | |
| cleanVars () | |
| registerFilter ($filtername) | |
| _loadFilters () | |
| & | xoopsClone () |
| setErrors ($err_str) | |
| getErrors () | |
| getHtmlErrors () | |
Public Member Functions inherited from AbstractXoopsObject | |
| initVar ($key, $data_type, $default, $required, $size) | |
Additional Inherited Members | |
Data Fields inherited from XoopsObject | |
| $vars = [] | |
| $cleanVars = [] | |
| $_isNew = false | |
| $_isDirty = false | |
| $_errors = [] | |
| $_filters = [] | |
Definition at line 17 of file tplfile.php.
| __construct | ( | ) |
constructor
normally, this is called from child classes only @access public
Reimplemented from XoopsObject.
Definition at line 20 of file tplfile.php.
| getLastModified | ( | ) |
Definition at line 51 of file tplfile.php.
| & getSource | ( | ) |
Definition at line 45 of file tplfile.php.
| XoopsTplfile | ( | ) |
Definition at line 40 of file tplfile.php.