Cheetah
Classes | Variables
history.php File Reference

Go to the source code of this file.

Classes

class  ChPmtHistoryPage
 

Variables

global $_page
 
global $_page_cont
 
global $logged
 
 $iIndex = 2
 
 $_page ['name_index'] = $iIndex
 
 $_page ['js_name'] = 'orders.js'
 
 $_page ['css_name'] = 'orders.css'
 
 $sType = ''
 
 $oPayments = new ChPmtModule($aModule)
 
 $oHistoryPage = new ChPmtHistoryPage($sType, $oPayments)
 
 $_page_cont [$iIndex]['page_main_code'] = $oHistoryPage->getCode()
 
 $_page_cont [$iIndex]['more_code'] = $oPayments->getMoreWindow()
 
 $_page_cont [$iIndex]['js_code'] = $oPayments->getExtraJs('orders')
 

Variable Documentation

◆ $_page [1/4]

global $_page

Definition at line 32 of file history.php.

◆ $_page [2/4]

$_page[ 'css_name'] = 'orders.css'

Definition at line 39 of file history.php.

◆ $_page [3/4]

$_page[ 'js_name'] = 'orders.js'

Definition at line 38 of file history.php.

◆ $_page [4/4]

$_page[ 'name_index'] = $iIndex

Definition at line 37 of file history.php.

◆ $_page_cont [1/4]

global $_page_cont

Definition at line 33 of file history.php.

◆ $_page_cont [2/4]

$_page_cont[ $iIndex][ 'js_code'] = $oPayments->getExtraJs('orders')

Definition at line 51 of file history.php.

◆ $_page_cont [3/4]

$_page_cont[ $iIndex][ 'more_code'] = $oPayments->getMoreWindow()

Definition at line 50 of file history.php.

◆ $_page_cont [4/4]

$_page_cont[ $iIndex][ 'page_main_code'] = $oHistoryPage->getCode()

Definition at line 49 of file history.php.

◆ $iIndex

$iIndex = 2

Definition at line 36 of file history.php.

◆ $logged

global $logged

Definition at line 34 of file history.php.

◆ $oHistoryPage

$oHistoryPage = new ChPmtHistoryPage($sType, $oPayments)

Definition at line 48 of file history.php.

◆ $oPayments

$oPayments = new ChPmtModule($aModule)

Definition at line 47 of file history.php.

◆ $sType

$sType = ''

Definition at line 43 of file history.php.