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