Netsutie PHP Toolkit
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 
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 }
$isDefault
Definition: WsRole.php:28
Definition: WsRole.php:8
$isLoggedInRole
Definition: WsRole.php:48
static $paramtypesmap
Definition: WsRole.php:52
$isInactive
Definition: WsRole.php:38
$role
Definition: WsRole.php:18