Exemple #1
0
 /**
  * Sets the language ID that templates will be retrieved from.
  *
  * @param integer $languageId
  */
 public static function setLanguageId($languageId)
 {
     self::$_languageId = intval($languageId);
 }