Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
Passport.php
Go to the documentation of this file.
1
<?php
8
class
Passport
{
9
18
public
$email
;
19
28
public
$password
;
29
38
public
$account
;
39
48
public
$role
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"email"
=>
"string"
,
55
56
"password"
=>
"string"
,
57
58
"account"
=>
"string"
,
59
60
"role"
=>
"RecordRef"
,
61
62
);
63
64
}
Passport\$paramtypesmap
static $paramtypesmap
Definition:
Passport.php:52
Passport\$role
$role
Definition:
Passport.php:48
Passport\$password
$password
Definition:
Passport.php:28
Passport\$email
$email
Definition:
Passport.php:18
Passport\$account
$account
Definition:
Passport.php:38
Passport
Definition:
Passport.php:8
Generated by
dreamxtream
using
1.8.10