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