Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
PhoneCallContact.php
Go to the documentation of this file.
1
<?php
8
class
PhoneCallContact
{
9
18
public
$company
;
19
28
public
$contact
;
29
38
public
$phone
;
39
48
public
$email
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"company"
=>
"RecordRef"
,
55
56
"contact"
=>
"RecordRef"
,
57
58
"phone"
=>
"string"
,
59
60
"email"
=>
"string"
,
61
62
);
63
64
}
PhoneCallContact\$email
$email
Definition:
PhoneCallContact.php:48
PhoneCallContact\$paramtypesmap
static $paramtypesmap
Definition:
PhoneCallContact.php:52
PhoneCallContact\$company
$company
Definition:
PhoneCallContact.php:18
PhoneCallContact\$contact
$contact
Definition:
PhoneCallContact.php:28
PhoneCallContact
Definition:
PhoneCallContact.php:8
PhoneCallContact\$phone
$phone
Definition:
PhoneCallContact.php:38
Generated by
dreamxtream
using
1.8.10