Smarty Backward Compatability Wrapper Class
Located in /libs/SmartyBC.class.php (line 42)
Smarty_Internal_Data | --Smarty_Internal_TemplateBase | --Smarty | --SmartyBC
Smarty 2 BC
Inherited from Smarty
Smarty::$allow_php_templates
Smarty::$autoload_filters
Smarty::$auto_literal
Smarty::$cache_dir
Smarty::$cache_id
Smarty::$cache_lifetime
Smarty::$cache_locking
Smarty::$cache_modified_check
Smarty::$caching
Smarty::$caching_type
Smarty::$compile_check
Smarty::$compile_dir
Smarty::$compile_id
Smarty::$compile_locking
Smarty::$config_booleanize
Smarty::$config_dir
Smarty::$config_overwrite
Smarty::$config_read_hidden
Smarty::$debugging
Smarty::$debugging_ctrl
Smarty::$debug_tpl
Smarty::$default_config_handler_func
Smarty::$default_config_type
Smarty::$default_modifiers
Smarty::$default_plugin_handler_func
Smarty::$default_resource_type
Smarty::$default_template_handler_func
Smarty::$direct_access_security
Smarty::$error_reporting
Smarty::$error_unassigned
Smarty::$escape_html
Smarty::$force_cache
Smarty::$force_compile
Smarty::$get_used_tags
Smarty::$global_tpl_vars
Smarty::$left_delimiter
Smarty::$locking_timeout
Smarty::$merged_templates_func
Smarty::$merge_compiled_includes
Smarty::$php_handling
Smarty::$plugins_dir
Smarty::$plugin_search_order
Smarty::$properties
Smarty::$registered_cache_resources
Smarty::$registered_classes
Smarty::$registered_filters
Smarty::$registered_objects
Smarty::$registered_plugins
Smarty::$registered_resources
Smarty::$right_delimiter
Smarty::$security_class
Smarty::$security_policy
Smarty::$smarty
Smarty::$smarty_debug_id
Smarty::$start_time
Smarty::$template_dir
Smarty::$template_functions
Smarty::$template_objects
Smarty::$use_include_path
Smarty::$use_sub_dirs
Smarty::$_current_file
Smarty::$_dir_perms
Smarty::$_file_perms
Smarty::$_muted_directories
Smarty::$_parserdebug
Smarty::$_previous_error_handler
Smarty::$_smarty_vars
Smarty::$_tag_stack
Inherited from Smarty_Internal_Data
Smarty_Internal_Data::$config_vars
Smarty_Internal_Data::$parent
Smarty_Internal_Data::$template_class
Smarty_Internal_Data::$tpl_vars
Initialize new SmartyBC object
wrapper for append_by_ref
wrapper for assign_by_ref
clear all the assigned template variables.
clear the entire contents of cache (all templates)
clear the given assigned template variable.
clear cached content for the given template and cache id
clears compiled version of specified template resource, or all compiled template files if one is not specified.
This function is for advanced use only, not normally needed.
clear configuration values
load configuration values
Returns an array containing config variables
return a reference to a registered object
Returns an array containing template variables
test to see if valid cache exists for this template
load a filter of specified type and name
Registers block function to be used in templates
Registers compiler function
Registers custom function to be used in templates
Registers modifier to be used in templates
Registers object to be used in templates
Registers an output filter function to apply to a template output
Registers a postfilter function to apply to a compiled template after compilation
Registers a prefilter function to apply to a template before compiling
Registers a resource to fetch a template
Checks whether requested template exists.
trigger Smarty error
Unregisters block function
Unregisters compiler function
Unregisters custom function
Unregisters modifier
Unregisters object
Unregisters an outputfilter function
Unregisters a postfilter function
Unregisters a prefilter function
Unregisters a resource
Inherited From Smarty
Smarty::__construct()
Smarty::addAutoloadFilters()
Smarty::addConfigDir()
Smarty::addDefaultModifiers()
Smarty::addPluginsDir()
Smarty::addTemplateDir()
Smarty::clearAllCache()
Smarty::clearCache()
Smarty::clearCompiledTemplate()
Smarty::compileAllConfig()
Smarty::compileAllTemplates()
Smarty::createTemplate()
Smarty::disableSecurity()
Smarty::enableSecurity()
Smarty::getAutoloadFilters()
Smarty::getCacheDir()
Smarty::getCompileDir()
Smarty::getConfigDir()
Smarty::getDebugTemplate()
Smarty::getDefaultModifiers()
Smarty::getGlobal()
Smarty::getPluginsDir()
Smarty::getTags()
Smarty::getTemplateDir()
Smarty::loadPlugin()
Smarty::muteExpectedErrors()
Smarty::mutingErrorHandler()
Smarty::setAutoloadFilters()
Smarty::setCacheDir()
Smarty::setCompileDir()
Smarty::setConfigDir()
Smarty::setDebugTemplate()
Smarty::setDefaultModifiers()
Smarty::setPluginsDir()
Smarty::setTemplateDir()
Smarty::templateExists()
Smarty::testInstall()
Smarty::unmuteExpectedErrors()
Smarty::__clone()
Smarty::__destruct()
Smarty::__get()
Smarty::__set()
Inherited From Smarty_Internal_TemplateBase
Smarty_Internal_TemplateBase::createData()
Smarty_Internal_TemplateBase::display()
Smarty_Internal_TemplateBase::fetch()
Smarty_Internal_TemplateBase::getRegisteredObject()
Smarty_Internal_TemplateBase::isCached()
Smarty_Internal_TemplateBase::loadFilter()
Smarty_Internal_TemplateBase::registerCacheResource()
Smarty_Internal_TemplateBase::registerClass()
Smarty_Internal_TemplateBase::registerDefaultConfigHandler()
Smarty_Internal_TemplateBase::registerDefaultPluginHandler()
Smarty_Internal_TemplateBase::registerDefaultTemplateHandler()
Smarty_Internal_TemplateBase::registerFilter()
Smarty_Internal_TemplateBase::registerObject()
Smarty_Internal_TemplateBase::registerPlugin()
Smarty_Internal_TemplateBase::registerResource()
Smarty_Internal_TemplateBase::unregisterCacheResource()
Smarty_Internal_TemplateBase::unregisterFilter()
Smarty_Internal_TemplateBase::unregisterObject()
Smarty_Internal_TemplateBase::unregisterPlugin()
Smarty_Internal_TemplateBase::unregisterResource()
Smarty_Internal_TemplateBase::_get_filter_name()
Smarty_Internal_TemplateBase::__call()
Inherited From Smarty_Internal_Data
Smarty_Internal_Data::append()
Smarty_Internal_Data::appendByRef()
Smarty_Internal_Data::assign()
Smarty_Internal_Data::assignByRef()
Smarty_Internal_Data::assignGlobal()
Smarty_Internal_Data::clearAllAssign()
Smarty_Internal_Data::clearAssign()
Smarty_Internal_Data::clearConfig()
Smarty_Internal_Data::configLoad()
Smarty_Internal_Data::getConfigVariable()
Smarty_Internal_Data::getConfigVars()
Smarty_Internal_Data::getStreamVariable()
Smarty_Internal_Data::getTemplateVars()
Smarty_Internal_Data::getVariable()
Inherited from Smarty
Smarty::CACHING_LIFETIME_CURRENT
Smarty::CACHING_LIFETIME_SAVED
Smarty::CACHING_OFF
Smarty::COMPILECHECK_CACHEMISS
Smarty::COMPILECHECK_OFF
Smarty::COMPILECHECK_ON
Smarty::FILTER_OUTPUT
Smarty::FILTER_POST
Smarty::FILTER_PRE
Smarty::FILTER_VARIABLE
Smarty::PHP_ALLOW
Smarty::PHP_PASSTHRU
Smarty::PHP_QUOTE
Smarty::PHP_REMOVE
Smarty::PLUGIN_BLOCK
Smarty::PLUGIN_COMPILER
Smarty::PLUGIN_FUNCTION
Smarty::PLUGIN_MODIFIER
Smarty::PLUGIN_MODIFIERCOMPILER
Smarty::SCOPE_GLOBAL
Smarty::SCOPE_LOCAL
Smarty::SCOPE_PARENT
Smarty::SCOPE_ROOT
Smarty::SMARTY_VERSION
Documentation generated on Sat, 24 Sep 2011 20:23:26 +0200 by phpDocumentor 1.4.1