Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • PHP
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cSmartyBackend
  • cSmartyFrontend
  • cSmartyWrapper
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cSmartyWrapper

Wrapper class for Integration of smarty.

Smarty
Extended by cSmartyWrapper
Package: Plugin\SmartyWrapper
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Andreas Dieter
Located at plugins/smarty/classes/class.smarty.wrapper.php
Methods summary
public
# fetch( mixed $template = NULL, mixed $cache_id = NULL, mixed $compile_id = NULL, mixed $parent = NULL, mixed $display = false, mixed $merge_tpl_vars = true, mixed $no_output_filter = false )

See

Smarty_Internal_TemplateBase::fetch()
public
# fetchGeneral( mixed $template = NULL, mixed $cache_id = NULL, mixed $compile_id = NULL, mixed $parent = NULL, mixed $display = false, mixed $merge_tpl_vars = true, mixed $no_output_filter = false )

See

Smarty_Internal_TemplateBase::fetch()
public
# display( mixed $template = NULL, mixed $cache_id = NULL, mixed $compile_id = NULL, mixed $parent = NULL )
public
# displayGeneral( mixed $template = NULL, mixed $cache_id = NULL, mixed $compile_id = NULL, mixed $parent = NULL )

See

Smarty_Internal_TemplateBase::display()
public integer
# clearCache( string $template_name, string $cache_id = null, string $compile_id = null, integer $exp_time = null, string $type = null )

Empty cache for a specific template

Empty cache for a specific template

Parameters

$template_name
string
$template_name template name
$cache_id
string
$cache_id cache id
$compile_id
string
$compile_id compile id
$exp_time
integer
$exp_time expiration time
$type
string
$type resource type

Returns

integer
number of cache files deleted
CMS CONTENIDO 4.10.0 API documentation generated by ApiGen 2.8.0