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