示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addKey');
     $this->exposeMethod('deleteKey');
     $this->exposeMethod('changePrivileges');
 }
示例#2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('saveWidget');
     $this->exposeMethod('removeWidget');
     $this->exposeMethod('updateSequence');
 }
示例#3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateModuleStatus');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
 }
示例#4
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('step1');
     $this->exposeMethod('step2');
     $this->exposeMethod('import');
 }
示例#5
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Save');
     $this->exposeMethod('UpdateLabels');
     $this->exposeMethod('SaveSequenceNumber');
 }
示例#6
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateConfig');
     $this->exposeMethod('saveSwitchUsers');
     $this->exposeMethod('saveLocks');
 }
示例#7
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Delete');
     $this->exposeMethod('ChangeStatus');
     $this->exposeMethod('Save');
 }
示例#8
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateUsers');
     $this->exposeMethod('updateConfig');
     $this->exposeMethod('updateSignature');
 }
示例#9
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('createMenu');
     $this->exposeMethod('updateMenu');
     $this->exposeMethod('removeMenu');
     $this->exposeMethod('updateSequence');
 }
示例#10
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('UpdateModuleColor');
     $this->exposeMethod('UpdateModuleActiveType');
     $this->exposeMethod('UpdateCalendarConfig');
     $this->exposeMethod('updateNotWorkingDays');
 }
示例#11
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('setInventory');
     $this->exposeMethod('saveInventoryField');
     $this->exposeMethod('saveSequence');
     $this->exposeMethod('delete');
 }
示例#12
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateModuleStatus');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
     $this->exposeMethod('checkModuleName');
     $this->exposeMethod('createModule');
     $this->exposeMethod('deleteModule');
 }
示例#13
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showEditView');
     $this->exposeMethod('showDeleteView');
     $this->exposeMethod('getPickListDetailsForModule');
     $this->exposeMethod('getPickListValueForField');
     $this->exposeMethod('getPickListValueByRole');
     $this->exposeMethod('showAssignValueToRoleView');
 }
示例#14
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('AddTranslation');
     $this->exposeMethod('SaveTranslation');
     $this->exposeMethod('DeleteTranslation');
     $this->exposeMethod('add');
     $this->exposeMethod('save');
     $this->exposeMethod('delete');
     $this->exposeMethod('setAsDefault');
 }
示例#15
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('postReview');
     $this->exposeMethod('getDateString');
     $this->exposeMethod('uninstallExtension');
     $this->exposeMethod('registerAccount');
     $this->exposeMethod('updateTrialMode');
     $this->exposeMethod('updateCardDetails');
     $this->exposeMethod('logoutMarketPlace');
 }
示例#16
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateConfig');
 }
示例#17
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('GetPickListFields');
 }
示例#18
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showRules');
     $this->exposeMethod('editRule');
 }
示例#19
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('checkDuplicate');
 }
示例#20
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('UpdateColor');
     $this->exposeMethod('ActiveColor');
 }
示例#21
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getPagination');
 }
示例#22
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('save');
     $this->exposeMethod('delete');
 }
示例#23
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('exportModule');
 }
示例#24
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addKey');
     $this->exposeMethod('deleteKey');
 }
示例#25
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateUsersForNotifications');
     $this->exposeMethod('updateSettings');
 }
示例#26
0
文件: Basic.php 项目: nvh3010/quancrm
    function __construct() {
		parent::__construct();
		$this->exposeMethod('updateModuleStatus');
	}
示例#27
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Delete');
     $this->exposeMethod('UpdateField');
 }
示例#28
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateFieldPinnedStatus');
 }