public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getModuleCustomNumberingData');
     $this->exposeMethod('saveModuleCustomNumberingData');
     $this->exposeMethod('updateRecordsWithSequenceNumber');
 }
Beispiel #2
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('changeActiveStatus');
 }