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