Netsutie PHP Toolkit
CustomFieldSubAccess.php
Go to the documentation of this file.
1 <?php
9 
18  public $sub;
19 
28  public $accessLevel;
29 
38  public $searchLevel;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "sub" => "RecordRef",
45 
46  "accessLevel" => "CustomizationAccessLevel",
47 
48  "searchLevel" => "CustomizationSearchLevel",
49 
50  );
51 
52 }