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

  • waAppViewHelper
  • waPHPView
  • waSmarty3View
  • waViewHelper
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class waSmarty3View

Abstract View. Абстрактный Вид.

waView
Extended by waSmarty3View
Package: wa-system\view
Category: view
Copyright: 2014 Webasyst LLC
License: LGPL
Author: Webasyst LLC
Located at wa-system/view/waSmarty3View.class.php
Methods summary
public waSmarty3View
# __construct( waSystem $system, array $options = array() )

Parameters

$system
waSystem
$system
$options
array
$options

Returns

waSmarty3View

Overrides

waView::__construct()
public waView
# setOptions( array $options )

Set view options.

Set view options.

Parameters

$options
array
$options New configuration options

Returns

waView

Overrides

waView::setOptions()
protected waView
# prepare( )

Execute prepare render temaplate.

Execute prepare render temaplate.

Returns

waView

Overrides

waView::prepare()
public
# assign( mixed $name, mixed $value = null, mixed $escape = false )
public
# clearAssign( mixed $name )
public
# clearAllAssign( )
public
# getVars( mixed $name = null )
public
# fetch( mixed $template, mixed $cache_id = null )
public
# display( mixed $template, mixed $cache_id = null )
public
# templateExists( mixed $template )
public
# isCached( mixed $template, mixed $cache_id = null )

Overrides

waView::isCached()
public
# clearAllCache( mixed $exp_time = null, mixed $type = null )

Overrides

waView::clearAllCache()
public
# clearCache( mixed $template, mixed $cache_id = null )

Overrides

waView::clearCache()
public
# cache( mixed $lifetime )

Overrides

waView::cache()
public
# getCacheId( )

Overrides

waView::getCacheId()
public
# setTemplateDir( mixed $path )

Overrides

waView::setTemplateDir()
public
# autoescape( mixed $value = null )

Overrides

waView::autoescape()
private
# setCompileId( )
Methods inherited from waView
getHelper(), getPostfix(), setThemeTemplate()
Properties summary
protected string $postfix '.html'
#

Template extension

Template extension

public Smarty $smarty
#
Properties inherited from waView
$helper, $options
My fork of Webasyst Framework API documentation generated by ApiGen 2.8.0