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