Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
SessionResponse.php
Go to the documentation of this file.
1
<?php
8
class
SessionResponse
{
9
18
public
$status
;
19
28
public
$userId
;
29
38
public
$wsRoleList
;
39
40
41
42
static
$paramtypesmap
= array(
43
44
"status"
=>
"Status"
,
45
46
"userId"
=>
"RecordRef"
,
47
48
"wsRoleList"
=>
"WsRoleList"
,
49
50
);
51
52
}
SessionResponse\$userId
$userId
Definition:
SessionResponse.php:28
SessionResponse\$wsRoleList
$wsRoleList
Definition:
SessionResponse.php:38
SessionResponse\$status
$status
Definition:
SessionResponse.php:18
SessionResponse
Definition:
SessionResponse.php:8
SessionResponse\$paramtypesmap
static $paramtypesmap
Definition:
SessionResponse.php:42
Generated by
dreamxtream
using
1.8.10