Solar_View_Helper_GetTextRaw::setClass()
public
void
Solar_View_Helper_GetTextRaw::setClass
( string $class
)
Sets the class used for translations.
Parameters
(string)
$class
: The class used for translations.
Returns
(void)
Description
Sets the class used for translations.
You can use this method in a view like so:
<?php
$this->getHelper('getTextRaw')->setClass('Some_Class');