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