예제 #1
0
파일: Abstract.php 프로젝트: Sywooch/forums
 /**
  * Sets the language ID that templates will be retrieved from.
  *
  * @param integer $languageId
  */
 public static function setLanguageId($languageId)
 {
     self::$_languageId = intval($languageId);
 }