|
Previous Page |
Solar_View_Helper_GetText |
Next Class |
setClass()
public
void
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('getText')->setClass('Some_Class');
?>