Beispiel #1
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addKey');
     $this->exposeMethod('deleteKey');
     $this->exposeMethod('changePrivileges');
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('saveWidget');
     $this->exposeMethod('removeWidget');
     $this->exposeMethod('updateSequence');
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateModuleStatus');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
 }
Beispiel #4
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('step1');
     $this->exposeMethod('step2');
     $this->exposeMethod('import');
 }
Beispiel #5
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Save');
     $this->exposeMethod('UpdateLabels');
     $this->exposeMethod('SaveSequenceNumber');
 }
Beispiel #6
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateConfig');
     $this->exposeMethod('saveSwitchUsers');
     $this->exposeMethod('saveLocks');
 }
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Delete');
     $this->exposeMethod('ChangeStatus');
     $this->exposeMethod('Save');
 }
Beispiel #8
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateUsers');
     $this->exposeMethod('updateConfig');
     $this->exposeMethod('updateSignature');
 }
Beispiel #9
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('createMenu');
     $this->exposeMethod('updateMenu');
     $this->exposeMethod('removeMenu');
     $this->exposeMethod('updateSequence');
 }
Beispiel #10
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('UpdateModuleColor');
     $this->exposeMethod('UpdateModuleActiveType');
     $this->exposeMethod('UpdateCalendarConfig');
     $this->exposeMethod('updateNotWorkingDays');
 }
Beispiel #11
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('setInventory');
     $this->exposeMethod('saveInventoryField');
     $this->exposeMethod('saveSequence');
     $this->exposeMethod('delete');
 }
Beispiel #12
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateModuleStatus');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
     $this->exposeMethod('checkModuleName');
     $this->exposeMethod('createModule');
     $this->exposeMethod('deleteModule');
 }
Beispiel #13
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showEditView');
     $this->exposeMethod('showDeleteView');
     $this->exposeMethod('getPickListDetailsForModule');
     $this->exposeMethod('getPickListValueForField');
     $this->exposeMethod('getPickListValueByRole');
     $this->exposeMethod('showAssignValueToRoleView');
 }
Beispiel #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');
 }
Beispiel #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');
 }
Beispiel #16
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateConfig');
 }
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('GetPickListFields');
 }
Beispiel #18
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showRules');
     $this->exposeMethod('editRule');
 }
Beispiel #19
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('checkDuplicate');
 }
Beispiel #20
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('UpdateColor');
     $this->exposeMethod('ActiveColor');
 }
Beispiel #21
0
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getPagination');
 }
Beispiel #22
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('save');
     $this->exposeMethod('delete');
 }
Beispiel #23
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('exportModule');
 }
Beispiel #24
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addKey');
     $this->exposeMethod('deleteKey');
 }
Beispiel #25
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateUsersForNotifications');
     $this->exposeMethod('updateSettings');
 }
Beispiel #26
0
    function __construct() {
		parent::__construct();
		$this->exposeMethod('updateModuleStatus');
	}
Beispiel #27
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Delete');
     $this->exposeMethod('UpdateField');
 }
Beispiel #28
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateFieldPinnedStatus');
 }