Cheetah
ChSpyConfig.php
Go to the documentation of this file.
1 <?php
2 
8  require_once(CH_DIRECTORY_PATH_CLASSES . 'ChWsbConfig.php');
9 
10  class ChSpyConfig extends ChWsbConfig
11  {
13  var $iPerPage;
16 
21 
26  {
27  parent::__construct($aModule);
28  $this -> iUpdateTime = getParam('ch_spy_update_time');
29  $this -> iDaysForRows = getParam('ch_spy_keep_rows_days');
30  $this -> iSpeedToggleUp = getParam('ch_spy_toggle_up');
31  $this -> iSpeedToggleDown = getParam('ch_spy_toggle_down');
32  $this -> iPerPage = getParam('ch_spy_per_page');
33  $this -> _sAlertSystemName = 'ch_spy_content_activity';
34  $this -> bTrackGuestsActivites = getParam('ch_spy_guest_allow') ? true : false;
35  }
36 
37  function getAlertSystemName()
38  {
39  return $this -> _sAlertSystemName;
40  }
41  }
ChSpyConfig\$iSpeedToggleDown
$iSpeedToggleDown
Definition: ChSpyConfig.php:18
true
if(!defined("TRUE_VAL")) define("TRUE_VAL" true
Definition: constants.inc.php:8
ChSpyConfig\getAlertSystemName
getAlertSystemName()
Definition: ChSpyConfig.php:37
$aModule
$aModule
Definition: classifieds.php:21
php
ChSpyConfig\$bTrackGuestsActivites
$bTrackGuestsActivites
Definition: ChSpyConfig.php:20
ChSpyConfig\__construct
__construct($aModule)
Definition: ChSpyConfig.php:25
ChSpyConfig\$iDaysForRows
$iDaysForRows
Definition: ChSpyConfig.php:15
getParam
getParam($sParamName, $bUseCache=true)
Definition: db.inc.php:130
ChSpyConfig\$_sAlertSystemName
$_sAlertSystemName
Definition: ChSpyConfig.php:12
ChWsbConfig
Definition: ChWsbConfig.php:38
ChSpyConfig\$iPerPage
$iPerPage
Definition: ChSpyConfig.php:13
ChSpyConfig\$iSpeedToggleUp
$iSpeedToggleUp
Definition: ChSpyConfig.php:17
ChSpyConfig\$iUpdateTime
$iUpdateTime
Definition: ChSpyConfig.php:14
ChSpyConfig
Definition: ChSpyConfig.php:11
ChSpyConfig\$iMemberMenuNotifyCount
$iMemberMenuNotifyCount
Definition: ChSpyConfig.php:19