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_Config_Source
  • Smarty_Internal_Resource_Eval
  • Smarty_Internal_Resource_Extends
  • Smarty_Internal_Resource_File
  • Smarty_Internal_Resource_PHP
  • Smarty_Internal_Resource_Stream
  • Smarty_Internal_Resource_String
  • Smarty_Resource
  • Smarty_Resource_Custom
  • Smarty_Resource_Recompiled
  • Smarty_Resource_Uncompiled
  • Smarty_Template_Cached
  • Smarty_Template_Compiled
  • Smarty_Template_Source
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class Smarty_Config_Source

Smarty Resource Data Object Meta Data Container for Config Files

Smarty_Template_Source
Extended by Smarty_Config_Source
Package: Smarty\TemplateResources
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_config_source.php
Methods summary
public
# __construct( Smarty_Resource $handler, Smarty $smarty, string $resource, string $type, string $name, string $unique_resource )

create Config Object container

create Config Object container

Parameters

$handler
Resource Handler this source object communicates with
$smarty
Smarty instance this source object belongs to
$resource
full config_resource
$type
type of resource
$name
resource name
$unique_resource
unqiue resource name

Overrides

Smarty_Template_Source::__construct()
public
# __set( string $property_name, mixed $value )

<> Generic setter.

<> Generic setter.

Parameters

$property_name
valid: content, timestamp, exists
$value
newly assigned value (not check for correct type)

Throws

SmartyException
when the given property name is not valid

Overrides

Smarty_Template_Source::__set()
public mixed|
# __get( string $property_name )

<> Generic getter.

<> Generic getter.

Parameters

$property_name
valid: content, timestamp, exists

Returns

mixed|

Throws

SmartyException
when the given property name is not valid

Overrides

Smarty_Template_Source::__get()
Methods inherited from Smarty_Template_Source
getCompiled(), renderUncompiled()
Properties inherited from Smarty_Template_Source
$compiler_class, $components, $filepath, $handler, $name, $recompiled, $resource, $smarty, $template_lexer_class, $template_parser_class, $type, $uid, $uncompiled, $unique_resource
Magic properties summary
public string $content
public integer $timestamp
public boolean $exists
Magic properties inherited from Smarty_Template_Source
$template
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen