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