|
Previous Page |
Solar_View |
Next Page |
Methods
Public
__call()- Executes a helper method with arbitrary parameters.
__construct()- Constructor.
__destruct()- Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().
__set()- Disallows setting of underscore-prefixed variables.
addHelperClass()- Add to the helper class stack.
addTemplatePath()- Add to the template directory path stack.
apiVersion()- Reports the API version for this class.
assign()- Sets variables for the view.
display()- Displays a template directly.
dump()- Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
escape()- Built-in helper for escaping output.
fetch()- Fetches template output.
getHelper()- Returns an internal helper object; creates it as needed.
getHelperClass()- Returns the helper class stack.
getTemplatePath()- Returns the template directory path stack.
locale()- Looks up class-specific locale strings based on a key.
newHelper()- Creates a new standalone helper object.
partial()- Executes a partial template in its own scope, optionally with variables into its within its scope.
setHelperClass()- Reset the helper class stack.
setTemplatePath()- Reset the template directory path stack.
template()- Returns the path to the requested template script.
Protected
_exception()- Convenience method for returning exceptions with localized text.
_setup()- Allows specialized setup for extended classes.
Private
None.
Local
- Overview
- Constants
- Properties
- Methods
- __call()
- __construct()
- __destruct()
- __set()
- _exception()
- _setup()
- addHelperClass()
- addTemplatePath()
- apiVersion()
- assign()
- display()
- dump()
- escape()
- fetch()
- getHelper()
- getHelperClass()
- getTemplatePath()
- locale()
- newHelper()
- partial()
- setHelperClass()
- setTemplatePath()
- template()