Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
NoteSearchAdvanced.php
Go to the documentation of this file.
1
<?php
8
class
NoteSearchAdvanced
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"
=>
"NoteSearch"
,
55
56
"columns"
=>
"NoteSearchRow"
,
57
58
"savedSearchId"
=>
"string"
,
59
60
"savedSearchScriptId"
=>
"string"
,
61
62
);
63
64
}
NoteSearchAdvanced\$columns
$columns
Definition:
NoteSearchAdvanced.php:28
NoteSearchAdvanced\$savedSearchId
$savedSearchId
Definition:
NoteSearchAdvanced.php:38
NoteSearchAdvanced\$paramtypesmap
static $paramtypesmap
Definition:
NoteSearchAdvanced.php:52
SearchRecord
Definition:
SearchRecord.php:8
NoteSearchAdvanced\$criteria
$criteria
Definition:
NoteSearchAdvanced.php:18
NoteSearchAdvanced
Definition:
NoteSearchAdvanced.php:8
NoteSearchAdvanced\$savedSearchScriptId
$savedSearchScriptId
Definition:
NoteSearchAdvanced.php:48
Generated by
dreamxtream
using
1.8.10