예제 #1
0
 /** 
  * @access   public
  * @static   WoW_Account::SetRecoverPasswordData($data_from_session)
  * @param    array $data_from_session
  * @category Account Manager Class
  * @return   bool
  **/
 public static function SetRecoverPasswordData($data_from_session)
 {
     self::$password_recovery_data = $data_from_session;
     return true;
 }