コード例 #1
0
ファイル: SendProp.php プロジェクト: emilymwang8/ajk-broker
 public function __destruct()
 {
     if ($this->needReleaseLock) {
         Bll_Customer_Parallel::unlockBroker($this->_params['broker_id']);
         Bll_Customer_Parallel::unlockUser($this->_params['device_id']);
     }
     parent::__destruct();
 }
コード例 #2
0
ファイル: Lock.php プロジェクト: emilymwang8/ajk-broker
 public function __destruct()
 {
     parent::__destruct();
 }