Netsutie PHP Toolkit
EntityType.php
Go to the documentation of this file.
1 <?php
8 class EntityType {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _company = "_company";
23 
30  const _contact = "_contact";
31 
38  const _customer = "_customer";
39 
46  const _employee = "_employee";
47 
54  const _genericResource = "_genericResource";
55 
62  const _group = "_group";
63 
70  const _internal = "_internal";
71 
78  const _job = "_job";
79 
86  const _otherName = "_otherName";
87 
94  const _partner = "_partner";
95 
102  const _vendor = "_vendor";
103 
104 }
const _vendor
Definition: EntityType.php:102
const _genericResource
Definition: EntityType.php:54
const _employee
Definition: EntityType.php:46
const _otherName
Definition: EntityType.php:86
const _contact
Definition: EntityType.php:30
const _partner
Definition: EntityType.php:94
const _company
Definition: EntityType.php:22
const _internal
Definition: EntityType.php:70
const _group
Definition: EntityType.php:62
static $paramtypesmap
Definition: EntityType.php:12
const _customer
Definition: EntityType.php:38
const _job
Definition: EntityType.php:78