Netsutie PHP Toolkit
ChangePassword.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $newPassword;
29 
38  public $newPassword2;
39 
49 
50 
51 
52  static $paramtypesmap = array(
53 
54  "currentPassword" => "string",
55 
56  "newPassword" => "string",
57 
58  "newPassword2" => "string",
59 
60  "justThisAccount" => "boolean",
61 
62  );
63 
64 }