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