Пример #1
0
 function __construct()
 {
     parent::__construct();
     //$this->exposeMethod('showActiveRecords');
     $this->exposeMethod('showSettingsList');
     $this->exposeMethod('editLicense');
 }
Пример #2
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/IndexAjax.php::__construct");
     parent::__construct();
     $this->exposeMethod('showActiveRecords');
 }
Пример #3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showSettingsList');
     $this->exposeMethod('editCustomLabel');
     $this->exposeMethod('showCustomLabelValues');
     $this->exposeMethod('editLicense');
     $this->exposeMethod('showBarcodes');
     $this->exposeMethod('PDFBreakline');
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('continueImport');
     $this->exposeMethod('uploadAndParse');
     $this->exposeMethod('importBasicStep');
     $this->exposeMethod('import');
     $this->exposeMethod('undoImport');
     $this->exposeMethod('lastImportedRecords');
     $this->exposeMethod('deleteMap');
     $this->exposeMethod('clearCorruptedData');
     $this->exposeMethod('cancelImport');
     $this->exposeMethod('checkImportStatus');
 }
Пример #5
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showDetailViewByMode');
     $this->exposeMethod('showModuleDetailView');
     $this->exposeMethod('showModuleSummaryView');
     $this->exposeMethod('showModuleBasicView');
     $this->exposeMethod('showRecentActivities');
     $this->exposeMethod('showRecentComments');
     $this->exposeMethod('showRelatedList');
     $this->exposeMethod('showChildComments');
     $this->exposeMethod('showAllComments');
     $this->exposeMethod('getActivities');
 }
Пример #6
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/Import.php::__construct");
     parent::__construct();
     $this->exposeMethod('continueImport');
     $this->exposeMethod('uploadAndParse');
     $this->exposeMethod('importBasicStep');
     $this->exposeMethod('import');
     $this->exposeMethod('undoImport');
     $this->exposeMethod('lastImportedRecords');
     $this->exposeMethod('deleteMap');
     $this->exposeMethod('clearCorruptedData');
     $this->exposeMethod('cancelImport');
     $this->exposeMethod('checkImportStatus');
 }
Пример #7
0
 function __construct()
 {
     global $log;
     $log->debug("Entering Vtiger/views/Detail.php::__construct");
     parent::__construct();
     $this->exposeMethod('showDetailViewByMode');
     $this->exposeMethod('showModuleDetailView');
     $this->exposeMethod('showModuleSummaryView');
     $this->exposeMethod('showModuleBasicView');
     $this->exposeMethod('showRecentActivities');
     $this->exposeMethod('showRecentComments');
     $this->exposeMethod('showRelatedList');
     $this->exposeMethod('showChildComments');
     $this->exposeMethod('showAllComments');
     $this->exposeMethod('getActivities');
 }
Пример #8
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showProductsServices');
 }
Пример #9
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showTree');
     $this->exposeMethod('showAccountsList');
 }
Пример #10
0
 public function __construct() {
     parent::__construct();
     $this->exposeMethod('getList');
 }
Пример #11
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showActiveRecords');
 }
Пример #12
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showBarcodes');
 }
Пример #13
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showPotentialsList');
 }
Пример #14
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('maxCreatedOn');
 }
Пример #15
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showCalculations');
 }
Пример #16
0
 function __construct()
 {
     parent::__construct();
 }
Пример #17
0
 function __construct()
 {
     parent::__construct();
     $this->mainUrl = OSSMail_Record_Model::GetSite_URL() . 'modules/OSSMail/roundcube/?_task=mail&_action=compose';
 }
Пример #18
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/Edit.php::__construct");
     parent::__construct();
 }