Overview

Packages

  • akismet
  • None
  • PHP
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • plugins
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Signatures
    • Signed
    • Transport
  • wa-apps
    • blog
      • actions
        • backend
        • blog
        • comment
        • cron
        • design
        • frontend
        • page
        • plugin
        • post
      • api
        • v1
      • cli
      • layout
      • model
      • plugin
        • aksimet
        • category
        • emailsubscription
        • favorite
        • gravatar
        • import
        • markdown
        • myposts
        • tag
        • troll
      • settings
    • checklists
      • backend
      • json
    • contacts
      • backend
    • developer
    • dummy
    • guestbook
    • guestbook2
    • photos
      • album
      • api
        • v1
      • backend
      • design
      • dialog
      • frontend
      • page
      • photo
      • plugin
        • comment
        • imageeffects
        • import
        • publicgallery
        • watermark
      • search
      • settings
      • stack
      • tag
      • upload
    • site
      • backend
      • blocks
      • config
      • design
      • domains
      • files
      • frontend
      • helper
      • layout
      • pages
      • routing
      • setting
    • stickies
      • api
        • v1
      • sheet
      • stiky
  • wa-plugin
    • payment
    • shipping
    • sms
  • wa-plugins
    • shipping
      • usps
  • wa-system
    • API
    • Auth
      • Adapters
    • Autoload
    • Cache
      • Adapter
    • Captcha
    • Config
    • Contact
    • controller
    • currency
    • database
    • datetime
    • design
    • event
    • exception
    • files
    • image
    • layout
    • locale
    • log
    • mail
    • page
      • action
      • model
    • payment
    • plugin
    • request
    • response
    • routing
    • shipping
    • sms
    • storage
    • user
    • util
    • validator
    • view
    • webasyst
      • api
      • backend
      • cli
      • config
      • layout
      • login
      • model
      • password
      • payment
      • profile
      • settings
      • shipment
    • widget
    • workflow
  • waPlugins
    • Payment
  • webasyst
    • wa-system
      • helper

Classes

  • Smarty_Config_Source
  • Smarty_Internal_Resource_Eval
  • Smarty_Internal_Resource_Extends
  • Smarty_Internal_Resource_File
  • Smarty_Internal_Resource_PHP
  • Smarty_Internal_Resource_Registered
  • 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
  • Tree
  • Deprecated
  • Todo

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 wa-system/vendors/smarty3/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
Smarty_Resource
$handler Resource Handler this source object communicates with
$smarty
Smarty
$smarty Smarty instance this source object belongs to
$resource
string
$resource full config_resource
$type
string
$type type of resource
$name
string
$name resource name
$unique_resource
string
$unique_resource unqiue resource name

Overrides

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

<<magic>> Generic setter.

<<magic>> Generic setter.

Parameters

$property_name
string
$property_name valid: content, timestamp, exists
$value
mixed
$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 )

<<magic>> Generic getter.

<<magic>> Generic getter.

Parameters

$property_name
string
$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
My fork of Webasyst Framework API documentation generated by ApiGen 2.8.0