Cheetah
ChPmtResponse.php
Go to the documentation of this file.
1 <?php
2 
8 require_once(CH_DIRECTORY_PATH_CLASSES . 'ChWsbAlerts.php');
9 
11 {
12  var $_oModule;
13 
19  {
20  parent::__construct();
21 
22  $this->_oModule = $oModule;
23  }
29  function response($oAlert)
30  {
31 
32  }
33 }
ChWsbAlertsResponse
Definition: ChWsbAlerts.php:127
$oModule
if(! @isAdmin()) $oModule
Definition: admin.php:25
ChPmtResponse\$_oModule
$_oModule
Definition: ChPmtResponse.php:12
ChPmtResponse
Definition: ChPmtResponse.php:11
$oAlert
$oAlert
Definition: embed.php:15
php
ChPmtResponse\__construct
__construct($oModule)
Definition: ChPmtResponse.php:18
ChPmtResponse\response
response($oAlert)
Definition: ChPmtResponse.php:29