function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->_aPrefixes = array();
     $this->_aJsClass = array();
     $this->_aJsObjects = array();
     $this->_aGridObjects = array();
 }
Esempio n. 2
0
 function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->aJsClasses = array('polyglot' => 'BxDevPolyglot');
     $this->aJsObjects = array('polyglot' => 'oBxDevPolyglot');
     $this->sAnimationEffect = 'fade';
     $this->iAnimationSpeed = 'slow';
 }
Esempio n. 3
0
 /**
  * Constructor
  */
 function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->sDomainMask = '%s.online.me';
     $this->aJsClasses = array('main' => 'BxSitesMain');
     $this->aJsObjects = array('main' => 'oSitesMain');
     $this->sAnimationEffect = 'fade';
     $this->iAnimationSpeed = 'slow';
     $this->aPeriodConverter = array('Day' => 86400, 'Week' => 604800, 'SemiMonth' => 1296000, 'Month' => 2592000, 'Year' => 31536000);
 }
 function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->_aSystemNames = array('alert' => $this->_sName);
     $this->_aPrefixes = array();
     $this->_aObjects = array('conn_subscriptions' => 'sys_profiles_subscriptions');
     $this->_aHandlerDescriptor = array();
     $this->_sHandlersMethod = '';
     $this->_aHandlersHidden = array();
     $this->_aHandlers = array();
     $this->_aJsClass = array();
     $this->_aJsObjects = array();
     $this->_aPerPage = array();
     $this->_aHtmlIds = array();
     $this->_sAnimationEffect = 'fade';
     $this->_iAnimationSpeed = 'slow';
     $this->_iPrivacyViewDefault = BX_DOL_PG_ALL;
 }
Esempio n. 5
0
 function __construct($aModule)
 {
     parent::__construct($aModule);
 }
Esempio n. 6
0
 public function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->restoreAntispamOptions();
 }
Esempio n. 7
0
 /**
  * Constructor
  */
 public function __construct($aModule)
 {
     parent::__construct($aModule);
     $this->_sAlertSystemName = $this->_sName;
     $this->_sEmail = '';
 }