Overview
Helper for locale strings (no escaping is applied).
Package
This class is part of the Solar_View_Helper package.
Inheritance:
- Solar_View_Helper_GetTextRaw 
 
 
Configuration Keys
- class: The class for locale translations.
Constants
None.
Public Properties
These are all the public properties in the Solar_View_Helper_GetTextRaw class.
You can also view the list of all public, protected, and private properties.
- 
$_class
- 
The locale class-space key to use. 
Public Methods
These are all the public methods in the Solar_View_Helper_GetTextRaw 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(). 
- 
dump()
- 
Convenience method for getting a dump the whole object, or one of its properties, or an external variable. 
- 
getTextRaw()
- 
Returns a localized string WITH NO ESCAPING. 
- 
locale()
- 
Looks up class-specific locale strings based on a key. 
- 
setClass()
- 
Sets the class used for translations.