Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
EntityGroupSearchRow.php
Go to the documentation of this file.
1
<?php
8
class
EntityGroupSearchRow
extends
SearchRow
{
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"
=>
"EntityGroupSearchRowBasic"
,
55
56
"groupMemberJoin"
=>
"EntitySearchRowBasic"
,
57
58
"userJoin"
=>
"EmployeeSearchRowBasic"
,
59
60
"customSearchJoin"
=>
"CustomSearchRowBasic[]"
,
61
62
);
63
64
}
EntityGroupSearchRow\$userJoin
$userJoin
Definition:
EntityGroupSearchRow.php:38
SearchRow
Definition:
SearchRow.php:8
EntityGroupSearchRow\$customSearchJoin
$customSearchJoin
Definition:
EntityGroupSearchRow.php:48
EntityGroupSearchRow\$paramtypesmap
static $paramtypesmap
Definition:
EntityGroupSearchRow.php:52
EntityGroupSearchRow\$basic
$basic
Definition:
EntityGroupSearchRow.php:18
EntityGroupSearchRow\$groupMemberJoin
$groupMemberJoin
Definition:
EntityGroupSearchRow.php:28
EntityGroupSearchRow
Definition:
EntityGroupSearchRow.php:8
Generated by
dreamxtream
using
1.8.10