class-affiliates-stats-renderer.php
1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/**
* Copyright (c) "kento" Karim Rahimpur www.itthinx.com
*
* This code is provided subject to the license granted.
*
* UNAUTHORIZED USE AND DISTRIBUTION IS PROHIBITED.
*
* See COPYRIGHT.txt and LICENSE.txt
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This header and all notices must be kept intact.
*/
/**
* Copyright (c) "kento" Karim Rahimpur www.itthinx.com
*
* This code is provided subject to the license granted.
*
* UNAUTHORIZED USE AND DISTRIBUTION IS PROHIBITED.
*
* See COPYRIGHT.txt and LICENSE.txt
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This header and all notices must be kept intact.
*/
abstract class Affiliates_Stats_Renderer implements I_Affiliates_Stats_Renderer { protected static $IXAP181 = array( 'show_referral_id' => false, 'show_reference' => false, 'data' => null, 'show_accepted' => true, 'show_amount' => true, 'show_closed' => true, 'show_currency_id' => true, 'show_pending' => false, 'show_post' => true, 'show_rejected' => false, 'show_status' => true, 'show_totals' => true, 'show_totals_accepted' => true, 'show_totals_closed' => true, 'show_totals_pending' => false, 'show_totals_rejected' => false, 'type' => self::IXAP182 ); }