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