コード例 #1
0
ファイル: class_dbstorage.php プロジェクト: JDevelopers/Mail
 /**
  * @param int $_accountId
  * @param string $_lang
  * @return bool
  */
 function UpdateDefaultLanguage($_userId, $_lang)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->UpdateDefaultLanguage($_userId, $_lang));
 }