Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
ChangePassword.php
Go to the documentation of this file.
1
<?php
8
class
ChangePassword
{
9
18
public
$currentPassword
;
19
28
public
$newPassword
;
29
38
public
$newPassword2
;
39
48
public
$justThisAccount
;
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
}
ChangePassword\$justThisAccount
$justThisAccount
Definition:
ChangePassword.php:48
ChangePassword\$newPassword2
$newPassword2
Definition:
ChangePassword.php:38
ChangePassword
Definition:
ChangePassword.php:8
ChangePassword\$paramtypesmap
static $paramtypesmap
Definition:
ChangePassword.php:52
ChangePassword\$currentPassword
$currentPassword
Definition:
ChangePassword.php:18
ChangePassword\$newPassword
$newPassword
Definition:
ChangePassword.php:28
Generated by
dreamxtream
using
1.8.10