Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
SupportCaseType.php
Go to the documentation of this file.
1
<?php
8
class
SupportCaseType
extends
Record
{
9
18
public
$name
;
19
28
public
$insertBefore
;
29
38
public
$description
;
39
48
public
$isInactive
;
49
58
public
$internalId
;
59
68
public
$externalId
;
69
70
71
72
static
$paramtypesmap
= array(
73
74
"name"
=>
"string"
,
75
76
"insertBefore"
=>
"RecordRef"
,
77
78
"description"
=>
"string"
,
79
80
"isInactive"
=>
"boolean"
,
81
82
"internalId"
=>
"string"
,
83
84
"externalId"
=>
"string"
,
85
86
);
87
88
}
SupportCaseType\$isInactive
$isInactive
Definition:
SupportCaseType.php:48
SupportCaseType\$paramtypesmap
static $paramtypesmap
Definition:
SupportCaseType.php:72
SupportCaseType\$internalId
$internalId
Definition:
SupportCaseType.php:58
SupportCaseType\$insertBefore
$insertBefore
Definition:
SupportCaseType.php:28
SupportCaseType\$externalId
$externalId
Definition:
SupportCaseType.php:68
SupportCaseType\$name
$name
Definition:
SupportCaseType.php:18
SupportCaseType\$description
$description
Definition:
SupportCaseType.php:38
SupportCaseType
Definition:
SupportCaseType.php:8
Record
Definition:
Record.php:8
Generated by
dreamxtream
using
1.8.10