Smarty


Smarty\Smarty_Compiler
Smarty_Compiler.class.php at line 35

Class Smarty_Compiler

Smarty
└─Smarty_Compiler

public class Smarty_Compiler
extends Smarty

Template compiling class


Fields inherited from Smarty\Smarty
autoload_filters, cache_dir, cache_handler_func, cache_lifetime, cache_modified_check, caching, compile_check, compile_dir, compile_id, compiler_class, compiler_file, config_booleanize, config_class, config_dir, config_fix_newlines, config_overwrite, config_read_hidden, debug_tpl, debugging, debugging_ctrl, default_modifiers, default_resource_type, default_template_handler_func, error_reporting, force_compile, left_delimiter, php_handling, plugins_dir, request_use_auto_globals, request_vars_order, right_delimiter, secure_dir, security, security_settings, template_dir, trusted_dir, use_sub_dirs
Constructor Summary

Smarty_Compiler()

The class constructor.

Methods inherited from Smarty\Smarty
append, append_by_ref, assign, assign_by_ref, clear_all_assign, clear_all_cache, clear_assign, clear_cache, clear_compiled_tpl, clear_config, config_load, display, fetch, get_config_vars, get_registered_object, get_template_vars, is_cached, load_filter, register_block, register_compiler_function, register_function, register_modifier, register_object, register_outputfilter, register_postfilter, register_prefilter, register_resource, template_exists, trigger_error, unregister_block, unregister_compiler_function, unregister_function, unregister_modifier, unregister_object, unregister_outputfilter, unregister_postfilter, unregister_prefilter, unregister_resource

Constructor Detail

Smarty_Compiler.class.php at line 84

Smarty_Compiler

public Smarty_Compiler()

The class constructor.


Smarty