Inherited Variables
Class: Smarty
- Smarty::$autoload_filters
- Smarty::$cache_dir
- Smarty::$cache_handler_func
- Smarty::$cache_lifetime
- Smarty::$cache_modified_check
- Smarty::$caching
- Smarty::$compiler_class
- Smarty::$compiler_file
- Smarty::$compile_check
- Smarty::$compile_dir
- Smarty::$compile_id
- Smarty::$config_booleanize
- Smarty::$config_class
- Smarty::$config_dir
- Smarty::$config_fix_newlines
- Smarty::$config_overwrite
- Smarty::$config_read_hidden
- Smarty::$debugging
- Smarty::$debugging_ctrl
- Smarty::$debug_tpl
- Smarty::$default_modifiers
- Smarty::$default_resource_type
- Smarty::$default_template_handler_func
- Smarty::$error_reporting
- Smarty::$force_compile
- Smarty::$left_delimiter
- Smarty::$php_handling
- Smarty::$plugins_dir
- Smarty::$request_use_auto_globals
- Smarty::$request_vars_order
- Smarty::$right_delimiter
- Smarty::$secure_dir
- Smarty::$security
- Smarty::$security_settings
- Smarty::$template_dir
- Smarty::$trusted_dir
- Smarty::$use_sub_dirs
Inherited Constants
Inherited Methods
Class: Smarty
- Smarty::Smarty()
- The class constructor.
- Smarty::append()
- appends values to template variables
- Smarty::append_by_ref()
- appends values to template variables by reference
- Smarty::assign()
- assigns values to template variables
- Smarty::assign_by_ref()
- assigns values to template variables by reference
- Smarty::clear_all_assign()
- clear all the assigned template variables.
- Smarty::clear_all_cache()
- clear the entire contents of cache (all templates)
- Smarty::clear_assign()
- clear the given assigned template variable.
- Smarty::clear_cache()
- clear cached content for the given template and cache id
- Smarty::clear_compiled_tpl()
- clears compiled version of specified template resource, or all compiled template files if one is not specified.
- Smarty::clear_config()
- clear configuration values
- Smarty::config_load()
- load configuration values
- Smarty::display()
- executes & displays the template results
- Smarty::fetch()
- executes & returns or displays the template results
- Smarty::get_config_vars()
- Returns an array containing config variables
- Smarty::get_registered_object()
- return a reference to a registered object
- Smarty::get_template_vars()
- Returns an array containing template variables
- Smarty::is_cached()
- test to see if valid cache exists for this template
- Smarty::load_filter()
- load a filter of specified type and name
- Smarty::register_block()
- Registers block function to be used in templates
- Smarty::register_compiler_function()
- Registers compiler function
- Smarty::register_function()
- Registers custom function to be used in templates
- Smarty::register_modifier()
- Registers modifier to be used in templates
- Smarty::register_object()
- Registers object to be used in templates
- Smarty::register_outputfilter()
- Registers an output filter function to apply to a template output
- Smarty::register_postfilter()
- Registers a postfilter function to apply to a compiled template after compilation
- Smarty::register_prefilter()
- Registers a prefilter function to apply to a template before compiling
- Smarty::register_resource()
- Registers a resource to fetch a template
- Smarty::template_exists()
- Checks whether requested template exists.
- Smarty::trigger_error()
- trigger Smarty error
- Smarty::unregister_block()
- Unregisters block function
- Smarty::unregister_compiler_function()
- Unregisters compiler function
- Smarty::unregister_function()
- Unregisters custom function
- Smarty::unregister_modifier()
- Unregisters modifier
- Smarty::unregister_object()
- Unregisters object
- Smarty::unregister_outputfilter()
- Unregisters an outputfilter function
- Smarty::unregister_postfilter()
- Unregisters a postfilter function
- Smarty::unregister_prefilter()
- Unregisters a prefilter function
- Smarty::unregister_resource()
- Unregisters a resource
- Smarty::_compile_resource()
- compile the template
- Smarty::_compile_source()
- compile the given source
- Smarty::_dequote()
- Remove starting and ending quotes from the string
- Smarty::_eval()
- wrapper for eval() retaining $this
- Smarty::_fetch_resource_info()
- fetch the template info. Gets timestamp, and source if get_source is true
- Smarty::_get_auto_filename()
- get a concrete filename for automagically created content
- Smarty::_get_auto_id()
- returns an auto_id for auto-file-functions
- Smarty::_get_compile_path()
- Get the compile path for this resource
- Smarty::_get_filter_name()
- Extracts the filter name from the given callback
- Smarty::_get_plugin_filepath()
- get filepath of requested plugin
- Smarty::_include()
- wrapper for include() retaining $this
- Smarty::_is_compiled()
- test if resource needs compiling
- Smarty::_parse_resource_name()
- parse out the type and name from the resource
- Smarty::_process_compiled_include_callback()
- callback function for preg_replace, to call a non-cacheable block
- Smarty::_read_file()
- read in a file
- Smarty::_run_mod_handler()
- Handle modifiers
- Smarty::_smarty_cache_attrs()
- get or set an array of cached attributes for function that is
- Smarty::_smarty_include()
- called for included templates
- Smarty::_trigger_fatal_error()
- trigger Smarty plugin error
- Smarty::_unlink()
- unlink a file, possibly using expiration time
Class Details
Smarty template wrapper. Used to retrieve a smarty object tailored for CookingSpecial use.
[ Top ]
Class Variables
Class Methods
__construct
Smarty_Wrapper __construct(
)
[line 12]
Parameters:
[ Top ]