SetPhrase() public static method

..
public static SetPhrase ( integer $p_languageId, integer $p_phraseId, string $p_text )
$p_languageId integer
$p_phraseId integer
$p_text string
Ejemplo n.º 1
0
 /**
  * Set the description in the given language.
  *
  * @param int $p_languageId
  * @param string $p_text
  */
 public function setDescription($p_languageId, $p_text)
 {
     Translation::SetPhrase($p_languageId, $this->m_data['fk_description_id'], $p_text);
 }