Solar_View_Helper_GetText::setClass()

public void Solar_View_Helper_GetText::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');


Local