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