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