Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
TimeSheetSearchRow.php
Go to the documentation of this file.
1
<?php
8
class
TimeSheetSearchRow
extends
SearchRow
{
9
18
public
$basic
;
19
28
public
$employeeJoin
;
29
38
public
$timeEntryJoin
;
39
48
public
$customSearchJoin
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"basic"
=>
"TimeSheetSearchRowBasic"
,
55
56
"employeeJoin"
=>
"EmployeeSearchRowBasic"
,
57
58
"timeEntryJoin"
=>
"TimeEntrySearchRowBasic"
,
59
60
"customSearchJoin"
=>
"CustomSearchRowBasic[]"
,
61
62
);
63
64
}
TimeSheetSearchRow\$customSearchJoin
$customSearchJoin
Definition:
TimeSheetSearchRow.php:48
TimeSheetSearchRow\$employeeJoin
$employeeJoin
Definition:
TimeSheetSearchRow.php:28
TimeSheetSearchRow
Definition:
TimeSheetSearchRow.php:8
TimeSheetSearchRow\$paramtypesmap
static $paramtypesmap
Definition:
TimeSheetSearchRow.php:52
TimeSheetSearchRow\$basic
$basic
Definition:
TimeSheetSearchRow.php:18
TimeSheetSearchRow\$timeEntryJoin
$timeEntryJoin
Definition:
TimeSheetSearchRow.php:38
SearchRow
Definition:
SearchRow.php:8
Generated by
dreamxtream
using
1.8.10