|
| | __construct () |
| |
| | fetchFromData ($tplSource, $display=false, $vars=null) |
| |
| | touch ($resourceName) |
| |
| | _get_auto_id ($cache_id=null, $compile_id=null) |
| |
| | setCompileId ($module_dirname=null, $theme_set=null, $template_set=null) |
| |
| | clearCache ($module_dirname=null, $theme_set=null, $template_set=null) |
| |
| | xoops_setTemplateDir ($dirname) |
| |
| | xoops_getTemplateDir () |
| |
| | xoops_setDebugging ($flag=false) |
| |
| | xoops_setCaching ($num=0) |
| |
| | xoops_setCompileDir ($dirname) |
| |
| | xoops_setCacheDir ($dirname) |
| |
| | xoops_canUpdateFromFile () |
| |
| | xoops_fetchFromData ($data) |
| |
| | xoops_setCacheTime ($num=0) |
| |
| | assign ($tpl_var, $value=null) |
| |
| | assign_by_ref ($tpl_var, &$value) |
| |
| | append ($tpl_var, $value=null, $merge=false) |
| |
| | append_by_ref ($tpl_var, &$value, $merge=false) |
| |
| | clear_assign ($tpl_var) |
| |
| | register_function ($function, $function_impl, $cacheable=true, $cache_attrs=null) |
| |
| | unregister_function ($function) |
| |
| | register_object ($object, &$object_impl, $allowed=array(), $smarty_args=true, $block_methods=array()) |
| |
| | unregister_object ($object) |
| |
| | register_block ($block, $block_impl, $cacheable=true, $cache_attrs=null) |
| |
| | unregister_block ($block) |
| |
| | register_compiler_function ($function, $function_impl, $cacheable=true) |
| |
| | unregister_compiler_function ($function) |
| |
| | register_modifier ($modifier, $modifier_impl) |
| |
| | unregister_modifier ($modifier) |
| |
| | register_resource ($type, $functions) |
| |
| | unregister_resource ($type) |
| |
| | register_prefilter ($function) |
| |
| | unregister_prefilter ($function) |
| |
| | register_postfilter ($function) |
| |
| | unregister_postfilter ($function) |
| |
| | register_outputfilter ($function) |
| |
| | unregister_outputfilter ($function) |
| |
| | load_filter ($type, $name) |
| |
| | clear_cache ($tpl_file=null, $cache_id=null, $compile_id=null, $exp_time=null) |
| |
| | clear_all_cache ($exp_time=null) |
| |
| | is_cached ($tpl_file, $cache_id=null, $compile_id=null) |
| |
| | clear_all_assign () |
| |
| | clear_compiled_tpl ($tpl_file=null, $compile_id=null, $exp_time=null) |
| |
| | template_exists ($tpl_file) |
| |
| & | get_template_vars ($name=null) |
| |
| & | get_config_vars ($name=null) |
| |
| | trigger_error ($error_msg, $error_type=E_USER_WARNING) |
| |
| | display ($resource_name, $cache_id=null, $compile_id=null) |
| |
| | fetch ($resource_name, $cache_id=null, $compile_id=null, $display=false) |
| |
| | config_load ($file, $section=null, $scope='global') |
| |
| & | get_registered_object ($name) |
| |
| | clear_config ($var=null) |
| |
| | _get_plugin_filepath ($type, $name) |
| |
| | _is_compiled ($resource_name, $compile_path) |
| |
| | _compile_resource ($resource_name, $compile_path) |
| |
| | _compile_source ($resource_name, &$source_content, &$compiled_content, $cache_include_path=null) |
| |
| | _get_compile_path ($resource_name) |
| |
| | _fetch_resource_info (&$params) |
| |
| | _parse_resource_name (&$params) |
| |
| | _run_mod_handler () |
| |
| | _dequote ($string) |
| |
| | _read_file ($filename) |
| |
| | _get_auto_filename ($auto_base, $auto_source=null, $auto_id=null) |
| |
| | _unlink ($resource, $exp_time=null) |
| |
| | _trigger_fatal_error ($error_msg, $tpl_file=null, $tpl_line=null, $file=null, $line=null, $error_type=E_USER_ERROR) |
| |
| | _process_compiled_include_callback ($match) |
| |
| | _smarty_include ($params) |
| |
| & | _smarty_cache_attrs ($cache_serial, $count) |
| |
| | _include ($filename, $once=false, $params=null) |
| |
| | _eval ($code, $params=null) |
| |
| | _get_filter_name ($function) |
| |