|
Previous Class |
Solar_App_Hello |
Next Page |
Solar_App_Hello
Absolute minimal "hello world" application for benchmarking.
Catalog
This class is part of the Solar_App package.
Inheritance:
- Solar_Base
- Solar_Controller_Page
- Solar_App_Hello
- Solar_Controller_Page
Constants
None.
Public Properties
These are all the public properties in the Solar_App_Hello class.
You can also view the list of all public, protected, and private properties.
$action- The short-name for the executed action, populated in _preRender().
$controller- The short-name for this controller, populated in _preRender().
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.
actionIndex()- Action with no code at all; only passes to the view.
apiVersion()- Reports the API version for this class.
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
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __set()
- _addViewHelpers()
- _addViewTemplates()
- _exception()
- _exceptionDuringFetch()
- _fixFormat()
- _fixInfo()
- _fixLayout()
- _forward()
- _getActionFormat()
- _getActionMethod()
- _getActionView()
- _info()
- _isProcess()
- _load()
- _loadAction()
- _loadInfoQueryFormat()
- _notFound()
- _postAction()
- _postRender()
- _postRun()
- _preAction()
- _preRender()
- _preRun()
- _query()
- _redirect()
- _redirectNoCache()
- _render()
- _renderLayout()
- _renderView()
- _setContentType()
- _setLayoutTemplates()
- _setViewObject()
- _setup()
- actionIndex()
- apiVersion()
- display()
- dump()
- fetch()
- locale()
- setController()
- setFrontController()