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

  • dummyBackendAction
  • dummyBackendRecordController
  • dummyBackendRecordsAction
  • dummyConfig
  • dummyFrontendAction
  • dummyRightConfig
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class dummyBackendRecordsAction

Backend's action records returning the full record list Read more about actions and controllers at http://www.webasyst.com/framework/docs/dev/controllers/

Processes requests in backend at URL dummy/?action=records Read more about request routing in backend at http://www.webasyst.com/framework/docs/dev/backend-routing/

Экшен records бекенда возвращающий список всех записей Подробнее о экшенах и контроллерах: http://www.webasyst.com/ru/framework/docs/dev/controllers/

Доступен в бэкенде по урлу dummy/?action=records Подробнее о маршрутизации в бэкенде: http://www.webasyst.com/ru/framework/docs/dev/backend-routing/

waController
Extended by waViewAction
Extended by dummyBackendRecordsAction
Package: wa-apps\dummy
Located at wa-apps/dummy/lib/actions/backend/dummyBackendRecords.action.php
Methods summary
public
# execute( )

This is the action's entry point Here all business logic should be implemented and data for templates should be prepared

This is the action's entry point Here all business logic should be implemented and data for templates should be prepared

Это "входная точка" экшена Здесь должна быть реализована вся бизнес-логика и подготовлены данные для шаблона

Overrides

waViewAction::execute()
Methods inherited from waViewAction
__construct(), display(), getController(), getLayout(), getTemplate(), getTheme(), getThemeUrl(), getTitle(), isCached(), setController(), setLayout(), setTemplate(), setThemeTemplate()
Methods inherited from waController
__call(), appSettings(), configPath(), getApp(), getAppId(), getConfig(), getPluginRoot(), getRequest(), getResponse(), getRights(), getStorage(), getUser(), getUserId(), log(), logAction(), preExecute(), redirect(), run(), storage()
Properties inherited from waViewAction
$cache_id, $cache_time, $controller, $layout, $params, $template, $theme, $title, $view
My fork of Webasyst Framework API documentation generated by ApiGen 2.8.0