예제 #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
파일: List.php 프로젝트: Wasage/werpa
 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
파일: Edit.php 프로젝트: cin-system/cinrepo
 function __construct()
 {
     global $log;
     $log->debug("Entering ./views/Edit.php::__construct");
     parent::__construct();
 }