Cheetah
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
$
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
modules
cheetah
payment
classes
ChPmtExport.php
Go to the documentation of this file.
1
<?
php
2
8
ch_import
(
'ChWsbExport'
);
9
10
class
ChPmtExport
extends
ChWsbExport
11
{
12
protected
function
__construct
($aSystem)
13
{
14
parent::__construct($aSystem);
15
$this->_aTables = array(
16
'ch_pmt_cart'
=>
'`client_id` = {profile_id}'
,
17
'ch_pmt_transactions'
=>
'`client_id` = {profile_id} OR `seller_id` = {profile_id}'
,
18
'ch_pmt_transactions_pending'
=>
'`client_id` = {profile_id} OR `seller_id` = {profile_id}'
,
19
'ch_pmt_user_values'
=>
'`user_id` = {profile_id}'
20
);
21
}
22
}
ch_import
ch_import($sClassName, $aModule=array())
Definition:
utils.inc.php:1218
ChWsbExport
Definition:
ChWsbExport.php:29
php
ChPmtExport\__construct
__construct($aSystem)
Definition:
ChPmtExport.php:12
ChPmtExport
Definition:
ChPmtExport.php:11
Generated by
1.8.20