Beispiel #1
0
 /**
  * (non-PHPdoc)
  * @see Bglock_Abstract::stop()
  */
 public function stop()
 {
     $this->lock->releaseLock();
     parent::stop();
 }