Netsutie PHP Toolkit
ContactType.php
Go to the documentation of this file.
1 <?php
8 class ContactType {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _customer = "_customer";
23 
30  const _employee = "_employee";
31 
38  const _otherName = "_otherName";
39 
46  const _partner = "_partner";
47 
54  const _vendor = "_vendor";
55 
56 }
static $paramtypesmap
Definition: ContactType.php:12
const _vendor
Definition: ContactType.php:54
const _employee
Definition: ContactType.php:30
const _otherName
Definition: ContactType.php:38
const _customer
Definition: ContactType.php:22
const _partner
Definition: ContactType.php:46