Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CouponCodeSearchRow.php
Go to the documentation of this file.
1
<?php
8
class
CouponCodeSearchRow
extends
SearchRow
{
9
18
public
$basic
;
19
28
public
$userJoin
;
29
30
31
32
static
$paramtypesmap
= array(
33
34
"basic"
=>
"CouponCodeSearchRowBasic"
,
35
36
"userJoin"
=>
"EmployeeSearchRowBasic"
,
37
38
);
39
40
}
CouponCodeSearchRow
Definition:
CouponCodeSearchRow.php:8
CouponCodeSearchRow\$userJoin
$userJoin
Definition:
CouponCodeSearchRow.php:28
CouponCodeSearchRow\$paramtypesmap
static $paramtypesmap
Definition:
CouponCodeSearchRow.php:32
SearchRow
Definition:
SearchRow.php:8
CouponCodeSearchRow\$basic
$basic
Definition:
CouponCodeSearchRow.php:18
Generated by
dreamxtream
using
1.8.10