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