Overview

Packages

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

Classes

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

Class cSmartyFrontend

Wrapper class for Integration of smarty.

Direct known subclasses

Contenido_SmartyWrapper, cSmartyBackend

Indirect known subclasses

Contenido_Backend_SmartyWrapper
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.frontend.php
Methods summary
public
# __construct( array & $aCfg, array & $aClientCfg, mixed $bSanityCheck = false )

constructor

constructor

Parameters

$aCfg
array
&$aCfg contenido cfg array
$aClientCfg
array
&$aClientCfg contenido client cfg array of the specific client
$bSanityCheck

Throws

cException
cInvalidArgumentException
if the given configurations are not an array
public
# __clone( )

prevent users from cloning instance

prevent users from cloning instance

Throws

cException
if this function is called
public
# __destruct( )

destructor set cSmarty::bSmartyInstanciated to false

destructor set cSmarty::bSmartyInstanciated to false

public static cSmartyWrapper
# getInstance( boolean $bResetTemplate = false )

static function to provide the smart object

static function to provide the smart object

Parameters

$bResetTemplate
boolean
$bResetTemplate true if the template values shall all be resetted

Returns

cSmartyWrapper

Throws

cException
if singleton has not been instantiated yet
public static
# resetPaths( )

sets the default paths again

sets the default paths again

Properties summary
protected static Smarty $oSmarty
#

The smarty Object

The smarty Object

public static boolean $bSmartyInstanciated false
#

static flag to simulate singleton behaviour

static flag to simulate singleton behaviour

protected static array $aDefaultPaths array()
#

static default paths

static default paths

CMS CONTENIDO 4.9.5 API documentation generated by ApiGen 2.8.0