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
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • 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
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Smarty_Data
  • Smarty_Internal_Data
  • Smarty_Internal_Template
  • Smarty_Internal_TemplateBase
  • Smarty_Variable
  • Undefined_Smarty_Variable
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class Smarty_Variable

class for the Smarty variable object This class defines the Smarty variable object

Package: Smarty\Template
Author: Uwe Tews
Located at plugins/smarty/smarty_source/sysplugins/smarty_internal_data.php
Methods summary
public
# __construct( mixed $value = null, boolean $nocache = false, integer $scope = Smarty::SCOPE_LOCAL )

create Smarty variable object

create Smarty variable object

Parameters

$value
the value to assign
$nocache
if true any output of this variable will be not cached
$scope
the scope the variable will have (local,parent or root)
public string
# __toString( )

<> String conversion

<> String conversion

Returns

string
Properties summary
public mixed $value

template variable

template variable

# null
public boolean $nocache

if true any output of this variable will be not cached

if true any output of this variable will be not cached

# false
public integer $scope

the scope the variable will have (local,parent or root)

the scope the variable will have (local,parent or root)

# Smarty::SCOPE_LOCAL
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen