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_Internal_Resource_PHP

Smarty Internal Plugin Resource PHP Implements the file system as resource for PHP templates

Smarty_Resource
Extended by Smarty_Resource_Uncompiled
Extended by Smarty_Internal_Resource_PHP
Package: Smarty\TemplateResources
Author: Uwe Tews
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_internal_resource_php.php
Methods summary
public
# __construct( )

Create a new PHP Resource

Create a new PHP Resource

public
# populate( Smarty_Template_Source $source, Smarty_Internal_Template $_template = null )

populate Source Object with meta data from Resource

populate Source Object with meta data from Resource

Parameters

$source
source object
$_template
template object
public
# populateTimestamp( Smarty_Template_Source $source )

populate Source Object with timestamp and exists from Resource

populate Source Object with timestamp and exists from Resource

Parameters

$source
source object

Overrides

Smarty_Resource::populateTimestamp()
public string
# getContent( Smarty_Template_Source $source )

Load template's source from file into current template object

Load template's source from file into current template object

Parameters

$source
source object

Returns

string
template source

Throws

SmartyException
if source cannot be loaded
public
# renderUncompiled( Smarty_Template_Source $source, Smarty_Internal_Template $_template )

Render and output the template (without using the compiler)

Render and output the template (without using the compiler)

Parameters

$source
source object
$_template
template object

Throws

SmartyException
if template cannot be loaded or allow_php_templates is disabled
Methods inherited from Smarty_Resource_Uncompiled
populateCompiledFilepath()
Methods inherited from Smarty_Resource
buildFilepath(), buildUniqueResourceName(), config(), fileExists(), getBasename(), getUniqueTemplateName(), load(), normalizePath(), parseResourceName(), source()
Properties summary
protected string $short_open_tag

container for short_open_tag directive's value before executing PHP templates

container for short_open_tag directive's value before executing PHP templates

#
Properties inherited from Smarty_Resource
$compileds, $compiler_class, $resources, $sources, $sysplugins, $template_lexer_class, $template_parser_class
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen