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