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