|
Previous Class |
Solar_App_Hello |
Next Page |
Solar_App_Hello
Absolute minimal "hello world" application for benchmarking.
Package
This class is part of the Array package.
Inheritance:
- Solar_Base
- Solar_Controller_Page
- Solar_App_Hello
- Solar_Controller_Page
Configuration Keys
None.
Constants
None.
Public Properties
The Solar_App_Hello class has no public properties; try the list of all properties.
Public Methods
These are all the public methods in the Solar_App_Hello class.
You can also view the list of all public, protected, and private methods.
__construct()- Constructor.
__destruct()- Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
__get()- Try to force users to define what their view variables are.
__set()- Try to force users to define what their view variables are.
actionError()- Shows application errors.
actionIndex()- Action with no code at all; only passes to the view, with no layout.
display()- Executes the requested action and displays its output.
dump()- Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
fetch()- Executes the requested action and returns its output with layout.
locale()- Looks up class-specific locale strings based on a key.
setController()- Sets the name for this page-controller; generally used only by the front-controller when static routing leads to this page.
setFrontController()- Injects the front-controller object that invoked this page-controller.
Local
- Overview
- Config
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __set()
- _addViewHelpers()
- _addViewTemplates()
- _buildConfig()
- _csrfAttempt()
- _error()
- _exception()
- _exceptionDuringFetch()
- _fixAction()
- _fixFormat()
- _fixInfo()
- _fixLayout()
- _fixViewObject()
- _forward()
- _getActionFormat()
- _getActionMethod()
- _getActionView()
- _info()
- _isProcess()
- _load()
- _loadInfoQueryFormat()
- _notFound()
- _postAction()
- _postConfig()
- _postConstruct()
- _postRender()
- _postRun()
- _preAction()
- _preConfig()
- _preRender()
- _preRun()
- _query()
- _redirect()
- _redirectNoCache()
- _render()
- _renderLayout()
- _renderView()
- _setContentType()
- _setLayoutTemplates()
- _setViewObject()
- _setup()
- actionError()
- actionIndex()
- display()
- dump()
- fetch()
- locale()
- setController()
- setFrontController()