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