Example #1
0
 public function __destruct()
 {
     if ($this->needReleaseLock) {
         Bll_Customer_Parallel::unlockBroker($this->_params['broker_id']);
         Bll_Customer_Parallel::unlockUser($this->_params['device_id']);
     }
     parent::__destruct();
 }
Example #2
0
 public function __destruct()
 {
     parent::__destruct();
 }