Previous Class
Solar_Example

Solar_Example_Controller_Page
Overview

Next Page
Constants

Solar_Example_Controller_Page

Example page-controller to support unit tests.

Catalog

This class is part of the Solar_Example package.

Inheritance:

Constants

None.

Public Properties

These are all the public properties in the Solar_Example_Controller_Page class.

You can also view the list of all public, protected, and private properties.

$foo
Silly variable for testing.
$hooks
Count of how many time each hook method has been called.

Public Methods

These are all the public methods in the Solar_Example_Controller_Page 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.
actionBumpyCase()
Action named in BumpyCase.
actionFoo()
Default action.
actionNoRelatedView()
An action method that has no related view script.
actionTestForward()
Tests the _forward() method.
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.
setActionDefault()
Sets the default action for testing.
setFrontController()
Injects the front-controller object that invoked this page-controller.