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