Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     //$this->exposeMethod('showActiveRecords');
     $this->exposeMethod('showSettingsList');
     $this->exposeMethod('editLicense');
 }
Exemplo n.º 2
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/IndexAjax.php::__construct");
     parent::__construct();
     $this->exposeMethod('showActiveRecords');
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showSettingsList');
     $this->exposeMethod('editCustomLabel');
     $this->exposeMethod('showCustomLabelValues');
     $this->exposeMethod('editLicense');
     $this->exposeMethod('showBarcodes');
     $this->exposeMethod('PDFBreakline');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 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');
 }
Exemplo n.º 8
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showProductsServices');
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showTree');
     $this->exposeMethod('showAccountsList');
 }
Exemplo n.º 10
0
 public function __construct() {
     parent::__construct();
     $this->exposeMethod('getList');
 }
Exemplo n.º 11
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showActiveRecords');
 }
Exemplo n.º 12
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showBarcodes');
 }
Exemplo n.º 13
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showPotentialsList');
 }
Exemplo n.º 14
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('maxCreatedOn');
 }
Exemplo n.º 15
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showCalculations');
 }
Exemplo n.º 16
0
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 17
0
 function __construct()
 {
     parent::__construct();
     $this->mainUrl = OSSMail_Record_Model::GetSite_URL() . 'modules/OSSMail/roundcube/?_task=mail&_action=compose';
 }
Exemplo n.º 18
0
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/Edit.php::__construct");
     parent::__construct();
 }