Class Mage_Core_Model_Translate_Expr

Description

Translate expression object

Located in /Core/Model/Translate/Expr.php (line 32)


	
			
Variable Summary
mixed $_module
mixed $_text
Method Summary
Mage_Core_Model_Translate_Expr __construct ([ $text = ''], [ $module = ''])
string getCode ([string $separator = '::'])
string getModule ()
string getText ()
void setModule ( $module)
void setText ( $text)
Variables
mixed $_module (line 35)
  • access: protected
mixed $_text (line 34)
  • access: protected
Methods
Constructor __construct (line 37)
  • access: public
Mage_Core_Model_Translate_Expr __construct ([ $text = ''], [ $module = ''])
  • $text
  • $module
getCode (line 81)

Retrieve expression code

  • access: public
string getCode ([string $separator = '::'])
  • string $separator
getModule (line 70)

Retrieve expression module

  • access: public
string getModule ()
getText (line 60)

Retrieve expression text

  • access: public
string getText ()
setModule (line 49)
  • access: public
void setModule ( $module)
  • $module
setText (line 43)
  • access: public
void setText ( $text)
  • $text

Documentation generated on Fri, 11 Feb 2011 17:02:22 +0200 by phpDocumentor 1.4.3