Previous Class
Solar_App_Bookmarks

Solar_App_Hello
Overview

Next Page
Constants

Solar_App_Hello

Absolute minimal "hello world" application for benchmarking.

Catalog

This class is part of the Solar_App package.

Inheritance:

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.